#B5AB7E

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

Shades of Chino #B5AB7E

Tints of Chino #B5AB7E

Color information

#B5AB7E (or 0xB5AB7E) is unknown color: approx Chino. HEX triplet: B5, AB and 7E. RGB value is (181,171,126). Sum of RGB (Red+Green+Blue) = 181+171+126=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB7E is #4A5481. Grayscale: #A9A9A9. Windows color (decimal): -4871298 or 8301493. OLE color: 8301493.

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

Color convert

RGB181171126-
CMYK00.060.300.29
HSL49.09º27.09%60.2%-
HSV(B)49.09º30.39%70.98%-
XYZ37.3840.4625.58-
YUV168.86103.81136.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=37.87%
G=35.77%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117112600.060.300.2949.0927.0960.2
HexB5AB7E061E1D311b3c
Octal265253176063635613374
Binary101101011010101111111100110111101110111000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB7E; }

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

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

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

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

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

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

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

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