#B4AA8D

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

Shades of Chino #B4AA8D

Tints of Chino #B4AA8D

Color information

#B4AA8D (or 0xB4AA8D) is unknown color: approx Chino. HEX triplet: B4, AA and 8D. RGB value is (180,170,141). Sum of RGB (Red+Green+Blue) = 180+170+141=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA8D is #4B5572. Grayscale: #A9A9A9. Windows color (decimal): -4937075 or 9284276. OLE color: 9284276.

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

Color convert

RGB180170141-
CMYK00.060.220.29
HSL44.62º20.63%62.94%-
HSV(B)44.62º21.67%70.59%-
XYZ3840.3830.99-
YUV169.68111.81135.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=36.66%
G=34.62%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017014100.060.220.2944.6220.6362.94
HexB4AA8D06161D2d153f
Octal264252215062635552577
Binary1011010010101010100011010110101101110110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA8D; }

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

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

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

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

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

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

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

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