#B9B08C

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

Shades of Chino #B9B08C

Tints of Chino #B9B08C

Color information

#B9B08C (or 0xB9B08C) is unknown color: approx Chino. HEX triplet: B9, B0 and 8C. RGB value is (185,176,140). Sum of RGB (Red+Green+Blue) = 185+176+140=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B08C is #464F73. Grayscale: #AEAEAE. Windows color (decimal): -4607860 or 9220281. OLE color: 9220281.

HSL color Cylindrical-coordinate representation of color #B9B08C: hue angle of 48º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9B08C is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185176140-
CMYK00.050.240.27
HSL48º24.32%63.73%-
HSV(B)48º24.32%72.55%-
XYZ40.2743.2631.04-
YUV174.59108.48135.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 140 (55.08% from 255) = 27.94%
R=36.93%
G=35.13%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517614000.050.240.274824.3263.73
HexB9B08C05181B301840
Octal2712602140530336030100
Binary10111001101100001000110001011100011011110000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B08C; }

 p { color: rgb(185,176,140); }

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

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

 a { background-color: rgb(185,176,140); }

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

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

 span { border-color: rgb(185,176,140); }

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