Html Css Color HEX #BFB9AC Cotton Seed

📋 copy color: '#BFB9AC'

red 191 ◦ green 185 ◦ blue 172

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

Shades of Cotton Seed #BFB9AC

Tints of Cotton Seed #BFB9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.39%

R = 34.85%
G = 33.76%
B = 31.39%

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

#BFB9AC (or 0xBFB9AC) is known color: Cotton Seed. HEX triplet: BF, B9 and AC. RGB value is (191,185,172). Sum of RGB (Red+Green+Blue) = 191+185+172=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB9AC is #404653. Grayscale: #B9B9B9. Windows color (decimal): -4212308 or 11319743. OLE color: 11319743.

HSL color Cylindrical-coordinate representation of color #BFB9AC: hue angle of 41.05º degrees, saturation: 0.13, 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 #BFB9AC is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 172 -
CMYK 0 0.03 0.10 0.25
HSL 41.05º 0.13% 0.71% -
HSV(B) 41.05º 0.1% 0.75% -
XYZ 46.28 48.75 46 -
YUV 185.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 191 185 172 0 0.03 0.10 0.25 41.05 0.13 0.71
Hex BF B9 AC 0 3 A 19 29 D 47
Octal 277 271 254 0 3 12 31 51 15 107
Binary 10111111 10111001 10101100 0 11 1010 11001 101001 1101 1000111

Color Harmonies of #BFB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9AC

Black with #BFB9AC

Text Example


Text Example

White with #BFB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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