Html Css Color HEX #BFB7AA Cotton Seed

📋 copy color: '#BFB7AA'

red 191 ◦ green 183 ◦ blue 170

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

Shades of Cotton Seed #BFB7AA

Tints of Cotton Seed #BFB7AA

RGB

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

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

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

R = 35.11%
G = 33.64%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BFB7AA (or 0xBFB7AA) is known color: Cotton Seed. HEX triplet: BF, B7 and AA. RGB value is (191,183,170). Sum of RGB (Red+Green+Blue) = 191+183+170=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB7AA is #404855. Grayscale: #B7B7B7. Windows color (decimal): -4212822 or 11188159. OLE color: 11188159.

HSL color Cylindrical-coordinate representation of color #BFB7AA: hue angle of 37.14º 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 #BFB7AA is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 170 -
CMYK 0 0.04 0.11 0.25
HSL 37.14º 0.14% 0.71% -
HSV(B) 37.14º 0.11% 0.75% -
XYZ 45.68 47.85 44.86 -
YUV 183.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 191 183 170 0 0.04 0.11 0.25 37.14 0.14 0.71
Hex BF B7 AA 0 4 B 19 25 E 47
Octal 277 267 252 0 4 13 31 45 16 107
Binary 10111111 10110111 10101010 0 100 1011 11001 100101 1110 1000111

Color Harmonies of #BFB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7AA

Black with #BFB7AA

Text Example


Text Example

White with #BFB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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