#BF9595

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

Shades of Rosy Brown #BF9595

Tints of Rosy Brown #BF9595

Color information

#BF9595 (or 0xBF9595) is unknown color: approx Rosy Brown. HEX triplet: BF, 95 and 95. RGB value is (191,149,149). Sum of RGB (Red+Green+Blue) = 191+149+149=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9595 is #406A6A. Grayscale: #A1A1A1. Windows color (decimal): -4221547 or 9803199. OLE color: 9803199.

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

Color convert

RGB191149149-
CMYK00.220.220.25
HSL24.71%66.67%-
HSV(B)21.99%74.9%-
XYZ37.6634.7433.15-
YUV161.56120.91149-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=39.06%
G=30.47%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114914900.220.220.25024.7166.67
HexBF9595016161901943
Octal2772252250262631031103
Binary10111111100101011001010101011010110110010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9595; }

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

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

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

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

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

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

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

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