#b88067

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

Shades of Medium Wood #B88067

Tints of Medium Wood #B88067

Color information

#B88067 (or 0xB88067) is unknown color: approx Medium Wood. HEX triplet: B8, 80 and 67. RGB value is (184,128,103). Sum of RGB (Red+Green+Blue) = 184+128+103=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B88067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88067 is #477F98. Grayscale: #8E8E8E. Windows color (decimal): -4685721 or 6783160. OLE color: 6783160.

HSL color Cylindrical-coordinate representation of color #B88067: hue angle of 18.52º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B88067 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB184128103-
CMYK00.300.440.28
HSL18.52º36.32%56.27%-
HSV(B)18.52º44.02%72.16%-
XYZ29.9326.6116.39-
YUV141.89106.05158.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 103 (40.62% from 255) = 24.82%
R=44.34%
G=30.84%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412810300.300.440.2818.5236.3256.27
HexB8806701E2C1C132438
Octal2702001470365434234470
Binary101110001000000011001110111101011001110010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b88067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b88067; }

 p { color: rgb(184,128,103); }

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

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

 a { background-color: rgb(184,128,103); }

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

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

 span { border-color: rgb(184,128,103); }

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