#B5AE8B

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

Shades of Chino #B5AE8B

Tints of Chino #B5AE8B

Color information

#B5AE8B (or 0xB5AE8B) is unknown color: approx Chino. HEX triplet: B5, AE and 8B. RGB value is (181,174,139). Sum of RGB (Red+Green+Blue) = 181+174+139=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AE8B is #4A5174. Grayscale: #ACACAC. Windows color (decimal): -4870517 or 9154229. OLE color: 9154229.

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

Color convert

RGB181174139-
CMYK00.040.230.29
HSL50º22.11%62.75%-
HSV(B)50º23.2%70.98%-
XYZ38.8541.9630.48-
YUV172.1109.32134.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=36.64%
G=35.22%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117413900.040.230.295022.1162.75
HexB5AE8B04171D32163f
Octal265256213042735622677
Binary1011010110101110100010110100101111110111001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AE8B; }

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

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

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

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

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

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

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

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