#B4AB8B

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

Shades of Chino #B4AB8B

Tints of Chino #B4AB8B

Color information

#B4AB8B (or 0xB4AB8B) is unknown color: approx Chino. HEX triplet: B4, AB and 8B. RGB value is (180,171,139). Sum of RGB (Red+Green+Blue) = 180+171+139=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AB8B is #4B5474. Grayscale: #AAAAAA. Windows color (decimal): -4936821 or 9153460. OLE color: 9153460.

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

Color convert

RGB180171139-
CMYK00.050.230.29
HSL46.83º21.47%62.55%-
HSV(B)46.83º22.78%70.59%-
XYZ38.0540.6930.28-
YUV170.04110.48135.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=36.73%
G=34.90%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017113900.050.230.2946.8321.4762.55
HexB4AB8B05171D2f153f
Octal264253213052735572577
Binary1011010010101011100010110101101111110110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB8B; }

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

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

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

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

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

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

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

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