Html Css Color HEX #B0866A Medium Wood

📋 copy color: '#B0866A'

red 176 ◦ green 134 ◦ blue 106

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

Shades of Medium Wood #B0866A

Tints of Medium Wood #B0866A

RGB

 RED value IS 176 (69.14% from 255) = 42.31%

 GREEN value IS 134 (52.73% from 255) = 32.21%

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

R = 42.31%
G = 32.21%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0866A (or 0xB0866A) is known color: Medium Wood. HEX triplet: B0, 86 and 6A. RGB value is (176,134,106). Sum of RGB (Red+Green+Blue) = 176+134+106=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0866A is #4F7995. Grayscale: #8F8F8F. Windows color (decimal): -5208470 or 6981296. OLE color: 6981296.

HSL color Cylindrical-coordinate representation of color #B0866A: hue angle of 24º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0866A is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 134 106 -
CMYK 0 0.24 0.40 0.31
HSL 24º 0.31% 0.55% -
HSV(B) 24º 0.4% 0.69% -
XYZ 29.03 27.32 17.38 -
YUV 143.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 176 134 106 0 0.24 0.40 0.31 24 0.31 0.55
Hex B0 86 6A 0 18 28 1F 18 1F 37
Octal 260 206 152 0 30 50 37 30 37 67
Binary 10110000 10000110 1101010 0 11000 101000 11111 11000 11111 110111

Color Harmonies of #B0866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0866A

Black with #B0866A

Text Example


Text Example

White with #B0866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0866A; }

 p { color: rgb(176,134,106); }

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

background-color css

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

 a { background-color: rgb(176,134,106); }

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

border-color css

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

 span { border-color: rgb(176,134,106); }

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