#B4AA8B

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

Shades of Chino #B4AA8B

Tints of Chino #B4AA8B

Color information

#B4AA8B (or 0xB4AA8B) is unknown color: approx Chino. HEX triplet: B4, AA and 8B. RGB value is (180,170,139). Sum of RGB (Red+Green+Blue) = 180+170+139=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA8B is #4B5574. Grayscale: #A9A9A9. Windows color (decimal): -4937077 or 9153204. OLE color: 9153204.

HSL color Cylindrical-coordinate representation of color #B4AA8B: hue angle of 45.37º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4AA8B is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB180170139-
CMYK00.060.230.29
HSL45.37º21.47%62.55%-
HSV(B)45.37º22.78%70.59%-
XYZ37.8640.3230.21-
YUV169.46110.81135.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=36.81%
G=34.76%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017013900.060.230.2945.3721.4762.55
HexB4AA8B06171D2d153f
Octal264252213062735552577
Binary1011010010101010100010110110101111110110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA8B; }

 p { color: rgb(180,170,139); }

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

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

 a { background-color: rgb(180,170,139); }

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

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

 span { border-color: rgb(180,170,139); }

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