COLOR #B67F58

HEX: #B67F58 RGB: (182,127,88)

Color info

#B67F58 contains mainly red and green colors. Web safe color of #B67F58 is #CC6666 (or #C66).

RGB color model

#B67F58 color RGB value is (182,127,88).

RGB: (182,127,88) (71%, 50%, 35%)

RGB channels and saturation

R 182 of 255 = 71%
G 127 of 255 = 50%
B 88 of 255 = 35%

182
127
88

R + G + B ~ 52%. #B67F58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 182 + 127 + 88 = 397 (100%)
R 182 of 397 ~ 45.84%
G 127 of 397 ~ 31.99%
B 88 of 397 ~ 22.17'%

%45.84
%31.99
%22.17

CMYK color model

#B67F58 color CMYK value is (0,30,52,29).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 51.65%
  • key color value is 28.63%

CMYK: (0,30,52,29)
C0M30Y52K29 (0%, 30%, 52%, 29%)
(0.00 / 0.30 / 0.52 / 0.29)

CMYK percentages

%0
%30.22
%51.65
%28.63

Codes

Color #B67F58 in popluar color models

B6 7F 58
RGB 182 127 88
HSL 25° 39.17% 52.94%
HSB/HSV 25° 51.65% 71.37%
CMYK 0.00% 30.22% 51.65%
28.63%

Color #B67F58 in popluar number systems.

HEX B6 7F 58
Decimal 182 127 88
Binary 10110110 1111111 1011000
Octal 266 177 130

Shades and tints

Shades of #B67F58

#B67F58
(182,127,88)
#A67450
(166,116,80)
#966948
(150,105,72)
#865E40
(134,94,64)
#765338
(118,83,56)
#664830
(102,72,48)
#563D28
(86,61,40)
#463220
(70,50,32)
#362718
(54,39,24)
#261C10
(38,28,16)
#161108
(22,17,8)
#000000
(0,0,0)

Tints of #B67F58

#B67F58
(182,127,88)
#BC8A67
(188,138,103)
#C29576
(194,149,118)
#C8A085
(200,160,133)
#CEAB94
(206,171,148)
#D4B6A3
(212,182,163)
#DAC1B2
(218,193,178)
#E0CCC1
(224,204,193)
#E6D7D0
(230,215,208)
#ECE2DF
(236,226,223)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67F58 color. Also use rgb(182,127,88) instead hex code.

Text Font Color

.myTextColor { color: #B67F58; }

<p style="color:#B67F58">This sample text font color is #B67F58.</p>

This text font color is #B67F58.

Background Color

.myBgColor { background-color: #B67F58; }

<div style="background-color:#B67F58">Inner text</div>

This div background color is #B67F58.

Border color

.myBorderColor { border: 1px solid #B67F58; }

<div style="border:3px solid #B67F58">Div</div>

This div border color is #B67F58.

Opacity

.myOpacity80 { color: #B67F58; opacity: 0.8; }

<p style="color:#B67F58;opacity:0.8;">80%</p>

Text with #B67F58 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B67F58;}

<p style="text-shadow: 3px 3px 1px #B67F58">Text here.</p>

This text has shadow with #B67F58 color.


.textShadow {text-shadow: 3px 3px 1px #B67F58', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B67F58, 5px 5px 20px red">Text here.</p>

This text has shadow with #B67F58 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B67F58, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B67F58, Direction=45, Strength=4)">Text</p>

This text has shadow with #B67F58 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B67F58;
-webkit-box-shadow: 1px 1px 3px 2px #B67F58;
box-shadow: 1px 1px 3px 2px #B67F58;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B67F58; -webkit-box-shadow: 1px 1px 3px 2px #B67F58; box-shadow:1px 1px 3px 2px #B67F58;">
Div content here
</div>

This div box has shadow with color #B67F58.

Preview

Color preview on black background

This text has color #B67F58 on black background.


Color preview on white background

This text has color #B67F58 on white background.


Black color preview on #B67F58 background

This text has black color on #B67F58 background.


White color preview on #B67F58 background

This text has white color on #B67F58 background.


Related colors

Complementary color

Complementary color for #hex is #4980A7.


I love getcolorcode.com

Triadic colors

1 #58B67F and #7F58B6 with #B67F58 are triadic colors.

2 #587FB6 and #7FB658 with #B67F58 are triadic colors.