#B4A989

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

Shades of Chino #B4A989

Tints of Chino #B4A989

Color information

#B4A989 (or 0xB4A989) is unknown color: approx Chino. HEX triplet: B4, A9 and 89. RGB value is (180,169,137). Sum of RGB (Red+Green+Blue) = 180+169+137=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A989 is #4B5676. Grayscale: #A8A8A8. Windows color (decimal): -4937335 or 9021876. OLE color: 9021876.

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

Color convert

RGB180169137-
CMYK00.060.240.29
HSL44.65º22.28%62.16%-
HSV(B)44.65º23.89%70.59%-
XYZ37.5339.8929.39-
YUV168.64110.14136.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=37.04%
G=34.77%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016913700.060.240.2944.6522.2862.16
HexB4A98906181D2d163e
Octal264251211063035552676
Binary1011010010101001100010010110110001110110110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A989; }

 p { color: rgb(180,169,137); }

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

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

 a { background-color: rgb(180,169,137); }

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

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

 span { border-color: rgb(180,169,137); }

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