#B2A989

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

Shades of Chino #B2A989

Tints of Chino #B2A989

Color information

#B2A989 (or 0xB2A989) is unknown color: approx Chino. HEX triplet: B2, A9 and 89. RGB value is (178,169,137). Sum of RGB (Red+Green+Blue) = 178+169+137=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A989 is #4D5676. Grayscale: #A8A8A8. Windows color (decimal): -5068407 or 9021874. OLE color: 9021874.

HSL color Cylindrical-coordinate representation of color #B2A989: hue angle of 46.83º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2A989 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB178169137-
CMYK00.050.230.30
HSL46.83º21.03%61.76%-
HSV(B)46.83º23.03%69.8%-
XYZ37.0639.6529.37-
YUV168.04110.48135.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=36.78%
G=34.92%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816913700.050.230.3046.8321.0361.76
HexB2A98905171E2f153e
Octal262251211052736572576
Binary1011001010101001100010010101101111111010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A989; }

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

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

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

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

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

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

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

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