Html Css Color HEX #BFB9AB Cotton Seed

📋 copy color: '#BFB9AB'

red 191 ◦ green 185 ◦ blue 171

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

Shades of Cotton Seed #BFB9AB

Tints of Cotton Seed #BFB9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.26%

R = 34.92%
G = 33.82%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BFB9AB (or 0xBFB9AB) is known color: Cotton Seed. HEX triplet: BF, B9 and AB. RGB value is (191,185,171). Sum of RGB (Red+Green+Blue) = 191+185+171=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9AB is #404654. Grayscale: #B9B9B9. Windows color (decimal): -4212309 or 11254207. OLE color: 11254207.

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

Color convert

RGB 191 185 171 -
CMYK 0 0.03 0.10 0.25
HSL 42º 0.14% 0.71% -
HSV(B) 42º 0.1% 0.75% -
XYZ 46.19 48.71 45.5 -
YUV 185.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 191 185 171 0 0.03 0.10 0.25 42 0.14 0.71
Hex BF B9 AB 0 3 A 19 2A E 47
Octal 277 271 253 0 3 12 31 52 16 107
Binary 10111111 10111001 10101011 0 11 1010 11001 101010 1110 1000111

Color Harmonies of #BFB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9AB

Black with #BFB9AB

Text Example


Text Example

White with #BFB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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