#B9B090

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

Shades of Chino #B9B090

Tints of Chino #B9B090

Color information

#B9B090 (or 0xB9B090) is unknown color: approx Chino. HEX triplet: B9, B0 and 90. RGB value is (185,176,144). Sum of RGB (Red+Green+Blue) = 185+176+144=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B090 is #464F6F. Grayscale: #AFAFAF. Windows color (decimal): -4607856 or 9482425. OLE color: 9482425.

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

Color convert

RGB185176144-
CMYK00.050.220.27
HSL46.83º22.65%64.51%-
HSV(B)46.83º22.16%72.55%-
XYZ40.5743.3832.62-
YUV175.04110.48135.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=36.63%
G=34.85%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517614400.050.220.2746.8322.6564.51
HexB9B09005161B2f1741
Octal2712602200526335727101
Binary10111001101100001001000001011011011011101111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B090; }

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

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

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

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

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

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

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

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