#B5AE85

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

Shades of Chino #B5AE85

Tints of Chino #B5AE85

Color information

#B5AE85 (or 0xB5AE85) is unknown color: approx Chino. HEX triplet: B5, AE and 85. RGB value is (181,174,133). Sum of RGB (Red+Green+Blue) = 181+174+133=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AE85 is #4A517A. Grayscale: #ABABAB. Windows color (decimal): -4870523 or 8761013. OLE color: 8761013.

HSL color Cylindrical-coordinate representation of color #B5AE85: hue angle of 51.25º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5AE85 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB181174133-
CMYK00.040.270.29
HSL51.25º24.49%61.57%-
HSV(B)51.25º26.52%70.98%-
XYZ38.4341.7928.23-
YUV171.42106.32134.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=37.09%
G=35.66%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117413300.040.270.2951.2524.4961.57
HexB5AE85041B1D33183e
Octal265256205043335633076
Binary1011010110101110100001010100110111110111001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE85; }

 p { color: rgb(181,174,133); }

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

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

 a { background-color: rgb(181,174,133); }

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

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

 span { border-color: rgb(181,174,133); }

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