#B5AB8B

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

Shades of Chino #B5AB8B

Tints of Chino #B5AB8B

Color information

#B5AB8B (or 0xB5AB8B) is unknown color: approx Chino. HEX triplet: B5, AB and 8B. RGB value is (181,171,139). Sum of RGB (Red+Green+Blue) = 181+171+139=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB8B is #4A5474. Grayscale: #AAAAAA. Windows color (decimal): -4871285 or 9153461. OLE color: 9153461.

HSL color Cylindrical-coordinate representation of color #B5AB8B: hue angle of 45.71º 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 #B5AB8B is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181171139-
CMYK00.060.230.29
HSL45.71º22.11%62.75%-
HSV(B)45.71º23.2%70.98%-
XYZ38.2840.8130.29-
YUV170.34110.31135.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=36.86%
G=34.83%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117113900.060.230.2945.7122.1162.75
HexB5AB8B06171D2e163f
Octal265253213062735562677
Binary1011010110101011100010110110101111110110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB8B; }

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

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

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

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

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

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

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

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