Html Css Color HEX #BAB5AA Cotton Seed

📋 copy color: '#BAB5AA'

red 186 ◦ green 181 ◦ blue 170

#BAB5AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Seed #BAB5AA

Tints of Cotton Seed #BAB5AA

RGB

 RED value IS 186 (73.05% from 255) = 34.64%

 GREEN value IS 181 (71.09% from 255) = 33.71%

 BLUE value IS 170 (66.8% from 255) = 31.66%

R = 34.64%
G = 33.71%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BAB5AA (or 0xBAB5AA) is known color: Cotton Seed. HEX triplet: BA, B5 and AA. RGB value is (186,181,170). Sum of RGB (Red+Green+Blue) = 186+181+170=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB5AA is #454A55. Grayscale: #B5B5B5. Windows color (decimal): -4541014 or 11187642. OLE color: 11187642.

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

Color convert

RGB 186 181 170 -
CMYK 0 0.03 0.09 0.27
HSL 41.25º 0.1% 0.7% -
HSV(B) 41.25º 0.09% 0.73% -
XYZ 44.03 46.39 44.66 -
YUV 181.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 186 181 170 0 0.03 0.09 0.27 41.25 0.1 0.7
Hex BA B5 AA 0 3 9 1B 29 A 46
Octal 272 265 252 0 3 11 33 51 12 106
Binary 10111010 10110101 10101010 0 11 1001 11011 101001 1010 1000110

Color Harmonies of #BAB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB5AA

Black with #BAB5AA

Text Example


Text Example

White with #BAB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB5AA; }

 p { color: rgb(186,181,170); }

 H1.HeaderClassName
 {
   color: #BAB5AA;
 }
 .AnyTagClassName
 {
   color: #BAB5AA;
 }
</style>

background-color css

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

 a { background-color: rgb(186,181,170); }

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

border-color css

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

 span { border-color: rgb(186,181,170); }

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