#BFA294

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

Shades of Del Rio #BFA294

Tints of Del Rio #BFA294

Color information

#BFA294 (or 0xBFA294) is unknown color: approx Del Rio. HEX triplet: BF, A2 and 94. RGB value is (191,162,148). Sum of RGB (Red+Green+Blue) = 191+162+148=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA294 is #405D6B. Grayscale: #A9A9A9. Windows color (decimal): -4218220 or 9740991. OLE color: 9740991.

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

Color convert

RGB191162148-
CMYK00.150.230.25
HSL19.53º25.15%66.47%-
HSV(B)19.53º22.51%74.9%-
XYZ39.7539.0633.46-
YUV169.08116.11143.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=38.12%
G=32.34%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116214800.150.230.2519.5325.1566.47
HexBFA2940F1719141942
Octal27724222401727312431102
Binary10111111101000101001010001111101111100110100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA294; }

 p { color: rgb(191,162,148); }

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

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

 a { background-color: rgb(191,162,148); }

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

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

 span { border-color: rgb(191,162,148); }

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