#BFB8A9

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

Shades of Cotton Seed #BFB8A9

Tints of Cotton Seed #BFB8A9

Color information

#BFB8A9 (or 0xBFB8A9) is unknown color: approx Cotton Seed. HEX triplet: BF, B8 and A9. RGB value is (191,184,169). Sum of RGB (Red+Green+Blue) = 191+184+169=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB8A9 is #404756. Grayscale: #B8B8B8. Windows color (decimal): -4212567 or 11122879. OLE color: 11122879.

HSL color Cylindrical-coordinate representation of color #BFB8A9: hue angle of 40.91º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB8A9 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191184169-
CMYK00.040.120.25
HSL40.91º14.67%70.59%-
HSV(B)40.91º11.52%74.9%-
XYZ45.7948.2244.43-
YUV184.38119.32132.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=35.11%
G=33.82%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118416900.040.120.2540.9114.6770.59
HexBFB8A904C1929f47
Octal2772702510414315117107
Binary101111111011100010101001010011001100110100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8A9; }

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

 H1.HeaderClassName
 {
   color: #BFB8A9;
 }
 .AnyTagClassName
 {
   color: #BFB8A9;
 }
</style>
background-color css

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

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

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

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

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

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