#B7AC8A

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

Shades of Chino #B7AC8A

Tints of Chino #B7AC8A

Color information

#B7AC8A (or 0xB7AC8A) is unknown color: approx Chino. HEX triplet: B7, AC and 8A. RGB value is (183,172,138). Sum of RGB (Red+Green+Blue) = 183+172+138=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AC8A is #485375. Grayscale: #ABABAB. Windows color (decimal): -4739958 or 9088183. OLE color: 9088183.

HSL color Cylindrical-coordinate representation of color #B7AC8A: hue angle of 45.33º 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 #B7AC8A is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB183172138-
CMYK00.060.250.28
HSL45.33º23.81%62.94%-
HSV(B)45.33º24.59%71.76%-
XYZ38.8741.4129.99-
YUV171.41109.14136.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.12%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=37.12%
G=34.89%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317213800.060.250.2845.3323.8162.94
HexB7AC8A06191C2d183f
Octal267254212063134553077
Binary1011011110101100100010100110110011110010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC8A; }

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

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

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

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

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

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

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

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