Html Css Color HEX #BFB8AA Cotton Seed

📋 copy color: '#BFB8AA'

red 191 ◦ green 184 ◦ blue 170

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

Shades of Cotton Seed #BFB8AA

Tints of Cotton Seed #BFB8AA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.76%

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

R = 35.05%
G = 33.76%
B = 31.19%

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

#BFB8AA (or 0xBFB8AA) is known color: Cotton Seed. HEX triplet: BF, B8 and AA. RGB value is (191,184,170). Sum of RGB (Red+Green+Blue) = 191+184+170=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB8AA is #404755. Grayscale: #B8B8B8. Windows color (decimal): -4212566 or 11188415. OLE color: 11188415.

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

Color convert

RGB 191 184 170 -
CMYK 0 0.04 0.11 0.25
HSL 40º 0.14% 0.71% -
HSV(B) 40º 0.11% 0.75% -
XYZ 45.88 48.26 44.93 -
YUV 184.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 191 184 170 0 0.04 0.11 0.25 40 0.14 0.71
Hex BF B8 AA 0 4 B 19 28 E 47
Octal 277 270 252 0 4 13 31 50 16 107
Binary 10111111 10111000 10101010 0 100 1011 11001 101000 1110 1000111

Color Harmonies of #BFB8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8AA

Black with #BFB8AA

Text Example


Text Example

White with #BFB8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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