#BFA091

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

Shades of Del Rio #BFA091

Tints of Del Rio #BFA091

Color information

#BFA091 (or 0xBFA091) is unknown color: approx Del Rio. HEX triplet: BF, A0 and 91. RGB value is (191,160,145). Sum of RGB (Red+Green+Blue) = 191+160+145=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA091 is #405F6E. Grayscale: #A7A7A7. Windows color (decimal): -4218735 or 9543871. OLE color: 9543871.

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

Color convert

RGB191160145-
CMYK00.160.240.25
HSL19.57º26.44%65.88%-
HSV(B)19.57º24.08%74.9%-
XYZ39.1738.2632.11-
YUV167.56115.27144.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=38.51%
G=32.26%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116014500.160.240.2519.5726.4465.88
HexBFA0910101819141a42
Octal27724022102030312432102
Binary101111111010000010010001010000110001100110100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA091; }

 p { color: rgb(191,160,145); }

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

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

 a { background-color: rgb(191,160,145); }

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

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

 span { border-color: rgb(191,160,145); }

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