#B5AE88

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

Shades of Chino #B5AE88

Tints of Chino #B5AE88

Color information

#B5AE88 (or 0xB5AE88) is unknown color: approx Chino. HEX triplet: B5, AE and 88. RGB value is (181,174,136). Sum of RGB (Red+Green+Blue) = 181+174+136=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AE88 is #4A5177. Grayscale: #ABABAB. Windows color (decimal): -4870520 or 8957621. OLE color: 8957621.

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

Color convert

RGB181174136-
CMYK00.040.250.29
HSL50.67º23.32%62.16%-
HSV(B)50.67º24.86%70.98%-
XYZ38.6441.8729.34-
YUV171.76107.82134.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=36.86%
G=35.44%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117413600.040.250.2950.6723.3262.16
HexB5AE8804191D33173e
Octal265256210043135632776
Binary1011010110101110100010000100110011110111001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE88; }

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

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

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

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

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

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

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

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