#BAB08D

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

Shades of Chino #BAB08D

Tints of Chino #BAB08D

Color information

#BAB08D (or 0xBAB08D) is unknown color: approx Chino. HEX triplet: BA, B0 and 8D. RGB value is (186,176,141). Sum of RGB (Red+Green+Blue) = 186+176+141=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB08D is #454F72. Grayscale: #AFAFAF. Windows color (decimal): -4542323 or 9285818. OLE color: 9285818.

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

Color convert

RGB186176141-
CMYK00.050.240.27
HSL46.67º24.59%64.12%-
HSV(B)46.67º24.19%72.94%-
XYZ40.5843.4131.44-
YUV175108.81135.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=36.98%
G=34.99%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617614100.050.240.2746.6724.5964.12
HexBAB08D05181B2f1940
Octal2722602150530335731100
Binary10111010101100001000110101011100011011101111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB08D; }

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

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

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

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

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

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

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

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