#BF9390

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

Shades of Rosy Brown #BF9390

Tints of Rosy Brown #BF9390

Color information

#BF9390 (or 0xBF9390) is unknown color: approx Rosy Brown. HEX triplet: BF, 93 and 90. RGB value is (191,147,144). Sum of RGB (Red+Green+Blue) = 191+147+144=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9390 is #406C6F. Grayscale: #9F9F9F. Windows color (decimal): -4222064 or 9475007. OLE color: 9475007.

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

Color convert

RGB191147144-
CMYK00.230.250.25
HSL3.83º26.86%65.69%-
HSV(B)3.83º24.61%74.9%-
XYZ36.9533.9630.99-
YUV159.81119.08150.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=39.63%
G=30.50%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114714400.230.250.253.8326.8665.69
HexBF9390017191941b42
Octal2772232200273131433102
Binary1011111110010011100100000101111100111001100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9390; }

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

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

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

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

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

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

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

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