#B2AC88

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

Shades of Chino #B2AC88

Tints of Chino #B2AC88

Color information

#B2AC88 (or 0xB2AC88) is unknown color: approx Chino. HEX triplet: B2, AC and 88. RGB value is (178,172,136). Sum of RGB (Red+Green+Blue) = 178+172+136=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC88 is #4D5377. Grayscale: #A9A9A9. Windows color (decimal): -5067640 or 8957106. OLE color: 8957106.

HSL color Cylindrical-coordinate representation of color #B2AC88: hue angle of 51.43º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2AC88 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB178172136-
CMYK00.030.240.30
HSL51.43º21.43%61.57%-
HSV(B)51.43º23.6%69.8%-
XYZ37.5640.7529.18-
YUV169.69108.99133.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=36.63%
G=35.39%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817213600.030.240.3051.4321.4361.57
HexB2AC8803181E33153e
Octal262254210033036632576
Binary101100101010110010001000011110001111011001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC88; }

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

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

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

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

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

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

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

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