Html Css Color HEX #B9886A Medium Wood

📋 copy color: '#B9886A'

red 185 ◦ green 136 ◦ blue 106

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

Shades of Medium Wood #B9886A

Tints of Medium Wood #B9886A

RGB

 RED value IS 185 (72.66% from 255) = 43.33%

 GREEN value IS 136 (53.52% from 255) = 31.85%

 BLUE value IS 106 (41.8% from 255) = 24.82%

R = 43.33%
G = 31.85%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9886A (or 0xB9886A) is known color: Medium Wood. HEX triplet: B9, 88 and 6A. RGB value is (185,136,106). Sum of RGB (Red+Green+Blue) = 185+136+106=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9886A is #467795. Grayscale: #939393. Windows color (decimal): -4618134 or 6981817. OLE color: 6981817.

HSL color Cylindrical-coordinate representation of color #B9886A: hue angle of 22.78º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9886A is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 136 106 -
CMYK 0 0.26 0.43 0.27
HSL 22.78º 0.36% 0.57% -
HSV(B) 22.78º 0.43% 0.73% -
XYZ 31.41 28.96 17.57 -
YUV 147.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 185 136 106 0 0.26 0.43 0.27 22.78 0.36 0.57
Hex B9 88 6A 0 1A 2B 1B 17 24 39
Octal 271 210 152 0 32 53 33 27 44 71
Binary 10111001 10001000 1101010 0 11010 101011 11011 10111 100100 111001

Color Harmonies of #B9886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9886A

Black with #B9886A

Text Example


Text Example

White with #B9886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9886A; }

 p { color: rgb(185,136,106); }

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

background-color css

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

 a { background-color: rgb(185,136,106); }

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

border-color css

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

 span { border-color: rgb(185,136,106); }

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