#BAB08F

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

Shades of Chino #BAB08F

Tints of Chino #BAB08F

Color information

#BAB08F (or 0xBAB08F) is unknown color: approx Chino. HEX triplet: BA, B0 and 8F. RGB value is (186,176,143). Sum of RGB (Red+Green+Blue) = 186+176+143=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB08F is #454F70. Grayscale: #AFAFAF. Windows color (decimal): -4542321 or 9416890. OLE color: 9416890.

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

Color convert

RGB186176143-
CMYK00.050.230.27
HSL46.05º23.76%64.51%-
HSV(B)46.05º23.12%72.94%-
XYZ40.7343.4732.23-
YUV175.23109.81135.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 143 (56.25% from 255) = 28.32%
R=36.83%
G=34.85%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617614300.050.230.2746.0523.7664.51
HexBAB08F05171B2e1841
Octal2722602170527335630101
Binary10111010101100001000111101011011111011101110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB08F; }

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

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

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

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

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

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

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

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