#B4AC8A

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

Shades of Chino #B4AC8A

Tints of Chino #B4AC8A

Color information

#B4AC8A (or 0xB4AC8A) is unknown color: approx Chino. HEX triplet: B4, AC and 8A. RGB value is (180,172,138). Sum of RGB (Red+Green+Blue) = 180+172+138=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AC8A is #4B5375. Grayscale: #AAAAAA. Windows color (decimal): -4936566 or 9088180. OLE color: 9088180.

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

Color convert

RGB180172138-
CMYK00.040.230.29
HSL48.57º21.88%62.35%-
HSV(B)48.57º23.33%70.59%-
XYZ38.1641.0429.96-
YUV170.52109.65134.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=36.73%
G=35.10%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017213800.040.230.2948.5721.8862.35
HexB4AC8A04171D31163e
Octal264254212042735612676
Binary1011010010101100100010100100101111110111000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC8A; }

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

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

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

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

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

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

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

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