Html Css Color HEX #BFB8AC Cotton Seed

📋 copy color: '#BFB8AC'

red 191 ◦ green 184 ◦ blue 172

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

Shades of Cotton Seed #BFB8AC

Tints of Cotton Seed #BFB8AC

RGB

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

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

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

R = 34.92%
G = 33.64%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BFB8AC (or 0xBFB8AC) is known color: Cotton Seed. HEX triplet: BF, B8 and AC. RGB value is (191,184,172). Sum of RGB (Red+Green+Blue) = 191+184+172=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB8AC is #404753. Grayscale: #B8B8B8. Windows color (decimal): -4212564 or 11319487. OLE color: 11319487.

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

Color convert

RGB 191 184 172 -
CMYK 0 0.04 0.10 0.25
HSL 37.89º 0.13% 0.71% -
HSV(B) 37.89º 0.1% 0.75% -
XYZ 46.07 48.34 45.93 -
YUV 184.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 191 184 172 0 0.04 0.10 0.25 37.89 0.13 0.71
Hex BF B8 AC 0 4 A 19 26 D 47
Octal 277 270 254 0 4 12 31 46 15 107
Binary 10111111 10111000 10101100 0 100 1010 11001 100110 1101 1000111

Color Harmonies of #BFB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8AC

Black with #BFB8AC

Text Example


Text Example

White with #BFB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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