Html Css Color HEX #BFB9AA Cotton Seed

📋 copy color: '#BFB9AA'

red 191 ◦ green 185 ◦ blue 170

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

Shades of Cotton Seed #BFB9AA

Tints of Cotton Seed #BFB9AA

RGB

 RED value IS 191 (75% from 255) = 34.98%

 GREEN value IS 185 (72.66% from 255) = 33.88%

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

R = 34.98%
G = 33.88%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BFB9AA (or 0xBFB9AA) is known color: Cotton Seed. HEX triplet: BF, B9 and AA. RGB value is (191,185,170). Sum of RGB (Red+Green+Blue) = 191+185+170=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9AA is #404655. Grayscale: #B9B9B9. Windows color (decimal): -4212310 or 11188671. OLE color: 11188671.

HSL color Cylindrical-coordinate representation of color #BFB9AA: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFB9AA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 170 -
CMYK 0 0.03 0.11 0.25
HSL 42.86º 0.14% 0.71% -
HSV(B) 42.86º 0.11% 0.75% -
XYZ 46.09 48.68 45 -
YUV 185.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 191 185 170 0 0.03 0.11 0.25 42.86 0.14 0.71
Hex BF B9 AA 0 3 B 19 2B E 47
Octal 277 271 252 0 3 13 31 53 16 107
Binary 10111111 10111001 10101010 0 11 1011 11001 101011 1110 1000111

Color Harmonies of #BFB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9AA

Black with #BFB9AA

Text Example


Text Example

White with #BFB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9AA; }

 p { color: rgb(191,185,170); }

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

background-color css

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

 a { background-color: rgb(191,185,170); }

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

border-color css

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

 span { border-color: rgb(191,185,170); }

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