#B9B08B

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

Shades of Chino #B9B08B

Tints of Chino #B9B08B

Color information

#B9B08B (or 0xB9B08B) is unknown color: approx Chino. HEX triplet: B9, B0 and 8B. RGB value is (185,176,139). Sum of RGB (Red+Green+Blue) = 185+176+139=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B08B is #464F74. Grayscale: #AEAEAE. Windows color (decimal): -4607861 or 9154745. OLE color: 9154745.

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

Color convert

RGB185176139-
CMYK00.050.250.27
HSL48.26º24.73%63.53%-
HSV(B)48.26º24.86%72.55%-
XYZ40.1943.2330.65-
YUV174.47107.98135.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=37%
G=35.2%
B=27.8%

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
Decimal18517613900.050.250.2748.2624.7363.53
HexB9B08B05191B301940
Octal2712602130531336031100
Binary10111001101100001000101101011100111011110000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B08B; }

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

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

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

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

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

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

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

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