#B4886C

Color #B4886C Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B4886C

Tints of Medium Wood #B4886C

Color information

#B4886C (or 0xB4886C) is unknown color: approx Medium Wood. HEX triplet: B4, 88 and 6C. RGB value is (180,136,108). Sum of RGB (Red+Green+Blue) = 180+136+108=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4886C is #4B7793. Grayscale: #929292. Windows color (decimal): -4945812 or 7112884. OLE color: 7112884.

HSL color Cylindrical-coordinate representation of color #B4886C: hue angle of 23.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4886C is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB180136108-
CMYK00.240.400.29
HSL23.33º32.43%56.47%-
HSV(B)23.33º40%70.59%-
XYZ30.3328.3918.07-
YUV145.96106.58152.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 108 (42.58% from 255) = 25.47%
R=42.45%
G=32.08%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013610800.240.400.2923.3332.4356.47
HexB4886C018281D172038
Octal2642101540305035274070
Binary101101001000100011011000110001010001110110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4886C; }

 p { color: rgb(180,136,108); }

 H1.HeaderClassName
 {
   color: #B4886C;
 }
 .AnyTagClassName
 {
   color: #B4886C;
 }
</style>
background-color css

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

 a { background-color: rgb(180,136,108); }

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

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

 span { border-color: rgb(180,136,108); }

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