#B9B08A

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

Shades of Chino #B9B08A

Tints of Chino #B9B08A

Color information

#B9B08A (or 0xB9B08A) is unknown color: approx Chino. HEX triplet: B9, B0 and 8A. RGB value is (185,176,138). Sum of RGB (Red+Green+Blue) = 185+176+138=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B08A is #464F75. Grayscale: #AEAEAE. Windows color (decimal): -4607862 or 9089209. OLE color: 9089209.

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

Color convert

RGB185176138-
CMYK00.050.250.27
HSL48.51º25.13%63.33%-
HSV(B)48.51º25.41%72.55%-
XYZ40.1243.230.27-
YUV174.36107.48135.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=37.07%
G=35.27%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517613800.050.250.2748.5125.1363.33
HexB9B08A05191B31193f
Octal271260212053133613177
Binary1011100110110000100010100101110011101111000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B08A; }

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

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

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

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

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

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

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

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