#B9B08E

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

Shades of Chino #B9B08E

Tints of Chino #B9B08E

Color information

#B9B08E (or 0xB9B08E) is unknown color: approx Chino. HEX triplet: B9, B0 and 8E. RGB value is (185,176,142). Sum of RGB (Red+Green+Blue) = 185+176+142=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B08E is #464F71. Grayscale: #AEAEAE. Windows color (decimal): -4607858 or 9351353. OLE color: 9351353.

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

Color convert

RGB185176142-
CMYK00.050.230.27
HSL47.44º23.5%64.12%-
HSV(B)47.44º23.24%72.55%-
XYZ40.4243.3231.82-
YUV174.82109.48135.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=36.78%
G=34.99%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517614200.050.230.2747.4423.564.12
HexB9B08E05171B2f1740
Octal2712602160527335727100
Binary10111001101100001000111001011011111011101111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B08E; }

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

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

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

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

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

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

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

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