#BFA394

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

Shades of Del Rio #BFA394

Tints of Del Rio #BFA394

Color information

#BFA394 (or 0xBFA394) is unknown color: approx Del Rio. HEX triplet: BF, A3 and 94. RGB value is (191,163,148). Sum of RGB (Red+Green+Blue) = 191+163+148=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA394 is #405C6B. Grayscale: #A9A9A9. Windows color (decimal): -4217964 or 9741247. OLE color: 9741247.

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

Color convert

RGB191163148-
CMYK00.150.230.25
HSL20.93º25.15%66.47%-
HSV(B)20.93º22.51%74.9%-
XYZ39.9339.4133.52-
YUV169.66115.78143.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 163 (64.06% from 255) = 32.47%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=38.05%
G=32.47%
B=29.48%

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
Decimal19116314800.150.230.2520.9325.1566.47
HexBFA3940F1719151942
Octal27724322401727312531102
Binary10111111101000111001010001111101111100110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA394; }

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

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

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

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

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

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

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

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