#B4876C

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

Shades of Medium Wood #B4876C

Tints of Medium Wood #B4876C

Color information

#B4876C (or 0xB4876C) is unknown color: approx Medium Wood. HEX triplet: B4, 87 and 6C. RGB value is (180,135,108). Sum of RGB (Red+Green+Blue) = 180+135+108=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4876C is #4B7893. Grayscale: #919191. Windows color (decimal): -4946068 or 7112628. OLE color: 7112628.

HSL color Cylindrical-coordinate representation of color #B4876C: hue angle of 22.5º 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 #B4876C is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB180135108-
CMYK00.250.400.29
HSL22.5º32.43%56.47%-
HSV(B)22.5º40%70.59%-
XYZ30.1928.1118.02-
YUV145.38106.91152.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=42.55%
G=31.91%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013510800.250.400.2922.532.4356.47
HexB4876C019281D172038
Octal2642071540315035274070
Binary101101001000011111011000110011010001110110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4876C; }

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

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

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

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

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

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

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

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