#B9AF81

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

Shades of Chino #B9AF81

Tints of Chino #B9AF81

Color information

#B9AF81 (or 0xB9AF81) is unknown color: approx Chino. HEX triplet: B9, AF and 81. RGB value is (185,175,129). Sum of RGB (Red+Green+Blue) = 185+175+129=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF81 is #46507E. Grayscale: #ACACAC. Windows color (decimal): -4608127 or 8499129. OLE color: 8499129.

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

Color convert

RGB185175129-
CMYK00.050.300.27
HSL49.29º28.57%61.57%-
HSV(B)49.29º30.27%72.55%-
XYZ39.342.5626.91-
YUV172.75103.31136.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=37.83%
G=35.79%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517512900.050.300.2749.2928.5761.57
HexB9AF81051E1B311d3e
Octal271257201053633613576
Binary1011100110101111100000010101111101101111000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF81; }

 p { color: rgb(185,175,129); }

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

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

 a { background-color: rgb(185,175,129); }

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

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

 span { border-color: rgb(185,175,129); }

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