#B7AE89

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

Shades of Chino #B7AE89

Tints of Chino #B7AE89

Color information

#B7AE89 (or 0xB7AE89) is unknown color: approx Chino. HEX triplet: B7, AE and 89. RGB value is (183,174,137). Sum of RGB (Red+Green+Blue) = 183+174+137=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AE89 is #485176. Grayscale: #ACACAC. Windows color (decimal): -4739447 or 9023159. OLE color: 9023159.

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

Color convert

RGB183174137-
CMYK00.050.250.28
HSL48.26º24.21%62.75%-
HSV(B)48.26º25.14%71.76%-
XYZ39.1842.1529.74-
YUV172.47107.98135.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=37.04%
G=35.22%
B=27.73%

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
Decimal18317413700.050.250.2848.2624.2162.75
HexB7AE8905191C30183f
Octal267256211053134603077
Binary1011011110101110100010010101110011110011000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AE89; }

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

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

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

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

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

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

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

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