#BF9190

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

Shades of Rosy Brown #BF9190

Tints of Rosy Brown #BF9190

Color information

#BF9190 (or 0xBF9190) is unknown color: approx Rosy Brown. HEX triplet: BF, 91 and 90. RGB value is (191,145,144). Sum of RGB (Red+Green+Blue) = 191+145+144=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9190 is #406E6F. Grayscale: #9E9E9E. Windows color (decimal): -4222576 or 9474495. OLE color: 9474495.

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

Color convert

RGB191145144-
CMYK00.240.250.25
HSL1.28º26.86%65.69%-
HSV(B)1.28º24.61%74.9%-
XYZ36.6533.3430.89-
YUV158.64119.74151.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 145 (57.03% from 255) = 30.21%
BLUE value IS 144 (56.64% from 255) = 30%
R=39.79%
G=30.21%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114514400.240.250.251.2826.8665.69
HexBF9190018191911b42
Octal2772212200303131133102
Binary10111111100100011001000001100011001110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9190; }

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

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

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

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

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

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

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

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