Html Css Color HEX #B67B5B Medium Wood

📋 copy color: '#B67B5B'

red 182 ◦ green 123 ◦ blue 91

#B67B5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #B67B5B

Tints of Medium Wood #B67B5B

RGB

 RED value IS 182 (71.48% from 255) = 45.96%

 GREEN value IS 123 (48.44% from 255) = 31.06%

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 45.96%
G = 31.06%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B67B5B (or 0xB67B5B) is known color: Medium Wood. HEX triplet: B6, 7B and 5B. RGB value is (182,123,91). Sum of RGB (Red+Green+Blue) = 182+123+91=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B5B is #4984A4. Grayscale: #898989. Windows color (decimal): -4818085 or 5995446. OLE color: 5995446.

HSL color Cylindrical-coordinate representation of color #B67B5B: hue angle of 21.1º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B67B5B is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 123 91 -
CMYK 0 0.32 0.5 0.29
HSL 21.1º 0.38% 0.54% -
HSV(B) 21.1º 0.5% 0.71% -
XYZ 28.26 24.87 13.21 -
YUV 136.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 182 123 91 0 0.32 0.5 0.29 21.1 0.38 0.54
Hex B6 7B 5B 0 20 32 1D 15 26 36
Octal 266 173 133 0 40 62 35 25 46 66
Binary 10110110 1111011 1011011 0 100000 110010 11101 10101 100110 110110

Color Harmonies of #B67B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B5B

Black with #B67B5B

Text Example


Text Example

White with #B67B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B5B; }

 p { color: rgb(182,123,91); }

 H1.HeaderClassName
 {
   color: #B67B5B;
 }
 .AnyTagClassName
 {
   color: #B67B5B;
 }
</style>

background-color css

<style>
 a { background-color: #B67B5B; }

 a { background-color: rgb(182,123,91); }

 div.DivClassName
 {
   background-color: #B67B5B;
 }
 .BgClassName
 {
   background-color: #B67B5B;
 }
</style>

border-color css

<style>
 span { border-color: #B67B5B; }

 span { border-color: rgb(182,123,91); }

 td.TdClassName
 {
   border-color: #B67B5B;
 }
 .TagClassName
 {
   border-color: #B67B5B;
 }
</style>