#BAB084

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

Shades of Chino #BAB084

Tints of Chino #BAB084

Color information

#BAB084 (or 0xBAB084) is unknown color: approx Chino. HEX triplet: BA, B0 and 84. RGB value is (186,176,132). Sum of RGB (Red+Green+Blue) = 186+176+132=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB084 is #454F7B. Grayscale: #AEAEAE. Windows color (decimal): -4542332 or 8695994. OLE color: 8695994.

HSL color Cylindrical-coordinate representation of color #BAB084: hue angle of 48.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAB084 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB186176132-
CMYK00.050.290.27
HSL48.89º28.13%62.35%-
HSV(B)48.89º29.03%72.94%-
XYZ39.9443.1628.05-
YUV173.97104.31136.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=37.65%
G=35.63%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617613200.050.290.2748.8928.1362.35
HexBAB084051D1B311c3e
Octal272260204053533613476
Binary1011101010110000100001000101111011101111000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB084; }

 p { color: rgb(186,176,132); }

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

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

 a { background-color: rgb(186,176,132); }

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

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

 span { border-color: rgb(186,176,132); }

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