#BFA295

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

Shades of Del Rio #BFA295

Tints of Del Rio #BFA295

Color information

#BFA295 (or 0xBFA295) is unknown color: approx Del Rio. HEX triplet: BF, A2 and 95. RGB value is (191,162,149). Sum of RGB (Red+Green+Blue) = 191+162+149=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA295 is #405D6A. Grayscale: #A9A9A9. Windows color (decimal): -4218219 or 9806527. OLE color: 9806527.

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

Color convert

RGB191162149-
CMYK00.150.220.25
HSL18.57º24.71%66.67%-
HSV(B)18.57º21.99%74.9%-
XYZ39.8339.0933.88-
YUV169.19116.61143.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=38.05%
G=32.27%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116214900.150.220.2518.5724.7166.67
HexBFA2950F1619131943
Octal27724222501726312331103
Binary10111111101000101001010101111101101100110011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA295; }

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

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

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

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

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

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

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

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