#B7AC88

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

Shades of Chino #B7AC88

Tints of Chino #B7AC88

Color information

#B7AC88 (or 0xB7AC88) is unknown color: approx Chino. HEX triplet: B7, AC and 88. RGB value is (183,172,136). Sum of RGB (Red+Green+Blue) = 183+172+136=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AC88 is #485377. Grayscale: #ABABAB. Windows color (decimal): -4739960 or 8957111. OLE color: 8957111.

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

Color convert

RGB183172136-
CMYK00.060.260.28
HSL45.96º24.61%62.55%-
HSV(B)45.96º25.68%71.76%-
XYZ38.7241.3529.23-
YUV171.18108.14136.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.27%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=37.27%
G=35.03%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317213600.060.260.2845.9624.6162.55
HexB7AC88061A1C2e193f
Octal267254210063234563177
Binary1011011110101100100010000110110101110010111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC88; }

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

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

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

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

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

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

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

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