Html Css Color HEX #BAB7AF Cotton Seed

📋 copy color: '#BAB7AF'

red 186 ◦ green 183 ◦ blue 175

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

Shades of Cotton Seed #BAB7AF

Tints of Cotton Seed #BAB7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.64%

 BLUE value IS 175 (68.75% from 255) = 32.17%

R = 34.19%
G = 33.64%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BAB7AF (or 0xBAB7AF) is known color: Cotton Seed. HEX triplet: BA, B7 and AF. RGB value is (186,183,175). Sum of RGB (Red+Green+Blue) = 186+183+175=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7AF is #454850. Grayscale: #B7B7B7. Windows color (decimal): -4540497 or 11515834. OLE color: 11515834.

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

Color convert

RGB 186 183 175 -
CMYK 0 0.02 0.06 0.27
HSL 43.64º 0.07% 0.71% -
HSV(B) 43.64º 0.06% 0.73% -
XYZ 44.92 47.4 47.34 -
YUV 182.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 186 183 175 0 0.02 0.06 0.27 43.64 0.07 0.71
Hex BA B7 AF 0 2 6 1B 2C 7 47
Octal 272 267 257 0 2 6 33 54 7 107
Binary 10111010 10110111 10101111 0 10 110 11011 101100 111 1000111

Color Harmonies of #BAB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7AF

Black with #BAB7AF

Text Example


Text Example

White with #BAB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7AF; }

 p { color: rgb(186,183,175); }

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

background-color css

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

 a { background-color: rgb(186,183,175); }

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

border-color css

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

 span { border-color: rgb(186,183,175); }

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