#B5AB7D

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

Shades of Chino #B5AB7D

Tints of Chino #B5AB7D

Color information

#B5AB7D (or 0xB5AB7D) is unknown color: approx Chino. HEX triplet: B5, AB and 7D. RGB value is (181,171,125). Sum of RGB (Red+Green+Blue) = 181+171+125=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB7D is #4A5482. Grayscale: #A8A8A8. Windows color (decimal): -4871299 or 8235957. OLE color: 8235957.

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

Color convert

RGB181171125-
CMYK00.060.310.29
HSL49.29º27.45%60%-
HSV(B)49.29º30.94%70.98%-
XYZ37.3240.4325.24-
YUV168.75103.31136.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=37.95%
G=35.85%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117112500.060.310.2949.2927.4560
HexB5AB7D061F1D311b3c
Octal265253175063735613374
Binary101101011010101111111010110111111110111000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB7D; }

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

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

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

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

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

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

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

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