#BF9F8D

Color #BF9F8D Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BF9F8D

Tints of Del Rio #BF9F8D

Color information

#BF9F8D (or 0xBF9F8D) is unknown color: approx Del Rio. HEX triplet: BF, 9F and 8D. RGB value is (191,159,141). Sum of RGB (Red+Green+Blue) = 191+159+141=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F8D is #406072. Grayscale: #A6A6A6. Windows color (decimal): -4218995 or 9281471. OLE color: 9281471.

HSL color Cylindrical-coordinate representation of color #BF9F8D: hue angle of 21.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF9F8D is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191159141-
CMYK00.170.260.25
HSL21.6º28.09%65.1%-
HSV(B)21.6º26.18%74.9%-
XYZ38.6937.830.46-
YUV166.52113.6145.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 159 (62.5% from 255) = 32.38%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=38.90%
G=32.38%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115914100.170.260.2521.628.0965.1
HexBF9F8D0111A19161c41
Octal27723721502132312634101
Binary101111111001111110001101010001110101100110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F8D; }

 p { color: rgb(191,159,141); }

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

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

 a { background-color: rgb(191,159,141); }

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

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

 span { border-color: rgb(191,159,141); }

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