#B7AC8B

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

Shades of Chino #B7AC8B

Tints of Chino #B7AC8B

Color information

#B7AC8B (or 0xB7AC8B) is unknown color: approx Chino. HEX triplet: B7, AC and 8B. RGB value is (183,172,139). Sum of RGB (Red+Green+Blue) = 183+172+139=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AC8B is #485374. Grayscale: #ABABAB. Windows color (decimal): -4739957 or 9153719. OLE color: 9153719.

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

Color convert

RGB183172139-
CMYK00.060.240.28
HSL45º23.4%63.14%-
HSV(B)45º24.04%71.76%-
XYZ38.9441.4430.37-
YUV171.53109.64136.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=37.04%
G=34.82%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317213900.060.240.284523.463.14
HexB7AC8B06181C2d173f
Octal267254213063034552777
Binary1011011110101100100010110110110001110010110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC8B; }

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

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

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

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

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

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

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

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