#B4AC88

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

Shades of Chino #B4AC88

Tints of Chino #B4AC88

Color information

#B4AC88 (or 0xB4AC88) is unknown color: approx Chino. HEX triplet: B4, AC and 88. RGB value is (180,172,136). Sum of RGB (Red+Green+Blue) = 180+172+136=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AC88 is #4B5377. Grayscale: #AAAAAA. Windows color (decimal): -4936568 or 8957108. OLE color: 8957108.

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

Color convert

RGB180172136-
CMYK00.040.240.29
HSL49.09º22.68%61.96%-
HSV(B)49.09º24.44%70.59%-
XYZ38.0240.9929.2-
YUV170.29108.65134.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 136 (53.52% from 255) = 27.87%
R=36.89%
G=35.25%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017213600.040.240.2949.0922.6861.96
HexB4AC8804181D31173e
Octal264254210043035612776
Binary1011010010101100100010000100110001110111000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC88; }

 p { color: rgb(180,172,136); }

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

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

 a { background-color: rgb(180,172,136); }

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

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

 span { border-color: rgb(180,172,136); }

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