#BAB08B

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

Shades of Chino #BAB08B

Tints of Chino #BAB08B

Color information

#BAB08B (or 0xBAB08B) is unknown color: approx Chino. HEX triplet: BA, B0 and 8B. RGB value is (186,176,139). Sum of RGB (Red+Green+Blue) = 186+176+139=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB08B is #454F74. Grayscale: #AEAEAE. Windows color (decimal): -4542325 or 9154746. OLE color: 9154746.

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

Color convert

RGB186176139-
CMYK00.050.250.27
HSL47.23º25.41%63.73%-
HSV(B)47.23º25.27%72.94%-
XYZ40.4443.3530.66-
YUV174.77107.81136.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=37.13%
G=35.13%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617613900.050.250.2747.2325.4163.73
HexBAB08B05191B2f1940
Octal2722602130531335731100
Binary10111010101100001000101101011100111011101111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB08B; }

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

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

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

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

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

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

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

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