#B8AC85

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

Shades of Chino #B8AC85

Tints of Chino #B8AC85

Color information

#B8AC85 (or 0xB8AC85) is unknown color: approx Chino. HEX triplet: B8, AC and 85. RGB value is (184,172,133). Sum of RGB (Red+Green+Blue) = 184+172+133=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AC85 is #47537A. Grayscale: #ABABAB. Windows color (decimal): -4674427 or 8760504. OLE color: 8760504.

HSL color Cylindrical-coordinate representation of color #B8AC85: hue angle of 45.88º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8AC85 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB184172133-
CMYK00.070.280.28
HSL45.88º26.42%62.16%-
HSV(B)45.88º27.72%72.16%-
XYZ38.7541.3928.14-
YUV171.14106.48137.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=37.63%
G=35.17%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417213300.070.280.2845.8826.4262.16
HexB8AC85071C1C2e1a3e
Octal270254205073434563276
Binary1011100010101100100001010111111001110010111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC85; }

 p { color: rgb(184,172,133); }

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

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

 a { background-color: rgb(184,172,133); }

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

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

 span { border-color: rgb(184,172,133); }

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