#BAB6AD

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

Shades of Cotton Seed #BAB6AD

Tints of Cotton Seed #BAB6AD

Color information

#BAB6AD (or 0xBAB6AD) is unknown color: approx Cotton Seed. HEX triplet: BA, B6 and AD. RGB value is (186,182,173). Sum of RGB (Red+Green+Blue) = 186+182+173=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB6AD is #454952. Grayscale: #B6B6B6. Windows color (decimal): -4540755 or 11384506. OLE color: 11384506.

HSL color Cylindrical-coordinate representation of color #BAB6AD: hue angle of 41.54º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAB6AD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186182173-
CMYK00.020.070.27
HSL41.54º8.61%70.39%-
HSV(B)41.54º6.99%72.94%-
XYZ44.5246.9146.24-
YUV182.17122.83130.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=34.38%
G=33.64%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618217300.020.070.2741.548.6170.39
HexBAB6AD0271B2a946
Octal272266255027335211106
Binary1011101010110110101011010101111101110101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6AD; }

 p { color: rgb(186,182,173); }

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

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

 a { background-color: rgb(186,182,173); }

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

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

 span { border-color: rgb(186,182,173); }

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