#B8AC8A

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

Shades of Chino #B8AC8A

Tints of Chino #B8AC8A

Color information

#B8AC8A (or 0xB8AC8A) is unknown color: approx Chino. HEX triplet: B8, AC and 8A. RGB value is (184,172,138). Sum of RGB (Red+Green+Blue) = 184+172+138=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AC8A is #475375. Grayscale: #ABABAB. Windows color (decimal): -4674422 or 9088184. OLE color: 9088184.

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

Color convert

RGB184172138-
CMYK00.070.250.28
HSL44.35º24.47%63.14%-
HSV(B)44.35º25%72.16%-
XYZ39.1141.5330-
YUV171.71108.98136.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=37.25%
G=34.82%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417213800.070.250.2844.3524.4763.14
HexB8AC8A07191C2c183f
Octal270254212073134543077
Binary1011100010101100100010100111110011110010110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC8A; }

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

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

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

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

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

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

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

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