#BFB7AB

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

Shades of Cotton Seed #BFB7AB

Tints of Cotton Seed #BFB7AB

Color information

#BFB7AB (or 0xBFB7AB) is unknown color: approx Cotton Seed. HEX triplet: BF, B7 and AB. RGB value is (191,183,171). Sum of RGB (Red+Green+Blue) = 191+183+171=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB7AB is #404854. Grayscale: #B8B8B8. Windows color (decimal): -4212821 or 11253695. OLE color: 11253695.

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

Color convert

RGB191183171-
CMYK00.040.100.25
HSL36º13.51%70.98%-
HSV(B)36º10.47%74.9%-
XYZ45.7747.8845.36-
YUV184.02120.65132.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 183 (71.88% from 255) = 33.58%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=35.05%
G=33.58%
B=31.38%

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
Decimal19118317100.040.100.253613.5170.98
HexBFB7AB04A1924e47
Octal2772672530412314416107
Binary101111111011011110101011010010101100110010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7AB; }

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

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

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

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

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

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

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

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