#BFB8AC

Color #BFB8AC Cotton Seed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Seed #BFB8AC

Tints of Cotton Seed #BFB8AC

Color information

#BFB8AC (or 0xBFB8AC) is unknown color: approx 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

RGB191184172-
CMYK00.040.100.25
HSL37.89º12.93%71.18%-
HSV(B)37.89º9.95%74.9%-
XYZ46.0748.3445.93-
YUV184.72120.82132.48-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118417200.040.100.2537.8912.9371.18
HexBFB8AC04A1926d47
Octal2772702540412314615107
Binary101111111011100010101100010010101100110011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>