#BF9191

Color #BF9191 Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #BF9191

Tints of Rosy Brown #BF9191

Color information

#BF9191 (or 0xBF9191) is unknown color: approx Rosy Brown. HEX triplet: BF, 91 and 91. RGB value is (191,145,145). Sum of RGB (Red+Green+Blue) = 191+145+145=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9191 is #406E6E. Grayscale: #9E9E9E. Windows color (decimal): -4222575 or 9540031. OLE color: 9540031.

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

Color convert

RGB191145145-
CMYK00.240.240.25
HSL26.44%65.88%-
HSV(B)24.08%74.9%-
XYZ36.7233.3731.29-
YUV158.75120.24151-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 145 (57.03% from 255) = 30.15%
R=39.71%
G=30.15%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114514500.240.240.25026.4465.88
HexBF9191018181901a42
Octal2772212210303031032102
Binary10111111100100011001000101100011000110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9191; }

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

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

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

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

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

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

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

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