#BFA192

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

Shades of Del Rio #BFA192

Tints of Del Rio #BFA192

Color information

#BFA192 (or 0xBFA192) is unknown color: approx Del Rio. HEX triplet: BF, A1 and 92. RGB value is (191,161,146). Sum of RGB (Red+Green+Blue) = 191+161+146=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA192 is #405E6D. Grayscale: #A8A8A8. Windows color (decimal): -4218478 or 9609663. OLE color: 9609663.

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

Color convert

RGB191161146-
CMYK00.160.240.25
HSL20º26.01%66.08%-
HSV(B)20º23.56%74.9%-
XYZ39.4238.6432.58-
YUV168.26115.44144.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 146 (57.42% from 255) = 29.32%
R=38.35%
G=32.33%
B=29.32%

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
Decimal19116114600.160.240.252026.0166.08
HexBFA1920101819141a42
Octal27724122202030312432102
Binary101111111010000110010010010000110001100110100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA192; }

 p { color: rgb(191,161,146); }

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

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

 a { background-color: rgb(191,161,146); }

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

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

 span { border-color: rgb(191,161,146); }

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