#B4AB85

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

Shades of Chino #B4AB85

Tints of Chino #B4AB85

Color information

#B4AB85 (or 0xB4AB85) is unknown color: approx Chino. HEX triplet: B4, AB and 85. RGB value is (180,171,133). Sum of RGB (Red+Green+Blue) = 180+171+133=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AB85 is #4B547A. Grayscale: #A9A9A9. Windows color (decimal): -4936827 or 8760244. OLE color: 8760244.

HSL color Cylindrical-coordinate representation of color #B4AB85: hue angle of 48.51º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4AB85 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB180171133-
CMYK00.050.260.29
HSL48.51º23.86%61.37%-
HSV(B)48.51º26.11%70.59%-
XYZ37.6240.5228.03-
YUV169.36107.48135.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=37.19%
G=35.33%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017113300.050.260.2948.5123.8661.37
HexB4AB85051A1D31183d
Octal264253205053235613075
Binary1011010010101011100001010101110101110111000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB85; }

 p { color: rgb(180,171,133); }

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

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

 a { background-color: rgb(180,171,133); }

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

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

 span { border-color: rgb(180,171,133); }

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