#B7AE8A

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

Shades of Chino #B7AE8A

Tints of Chino #B7AE8A

Color information

#B7AE8A (or 0xB7AE8A) is unknown color: approx Chino. HEX triplet: B7, AE and 8A. RGB value is (183,174,138). Sum of RGB (Red+Green+Blue) = 183+174+138=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AE8A is #485175. Grayscale: #ACACAC. Windows color (decimal): -4739446 or 9088695. OLE color: 9088695.

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

Color convert

RGB183174138-
CMYK00.050.250.28
HSL48º23.81%62.94%-
HSV(B)48º24.59%71.76%-
XYZ39.2542.1730.12-
YUV172.59108.48135.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=36.97%
G=35.15%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317413800.050.250.284823.8162.94
HexB7AE8A05191C30183f
Octal267256212053134603077
Binary1011011110101110100010100101110011110011000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE8A; }

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

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

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

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

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

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

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

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