#B9B083

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

Shades of Chino #B9B083

Tints of Chino #B9B083

Color information

#B9B083 (or 0xB9B083) is unknown color: approx Chino. HEX triplet: B9, B0 and 83. RGB value is (185,176,131). Sum of RGB (Red+Green+Blue) = 185+176+131=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B083 is #464F7C. Grayscale: #ADADAD. Windows color (decimal): -4607869 or 8630457. OLE color: 8630457.

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

Color convert

RGB185176131-
CMYK00.050.290.27
HSL50º27.84%61.96%-
HSV(B)50º29.19%72.55%-
XYZ39.634327.68-
YUV173.56103.98136.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 131 (51.56% from 255) = 26.63%
R=37.60%
G=35.77%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517613100.050.290.275027.8461.96
HexB9B083051D1B321c3e
Octal271260203053533623476
Binary1011100110110000100000110101111011101111001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B083; }

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

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

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

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

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

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

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

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