#BF3E5C

Color #BF3E5C Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BF3E5C

Tints of Old Rose #BF3E5C

Color information

#BF3E5C (or 0xBF3E5C) is unknown color: approx Old Rose. HEX triplet: BF, 3E and 5C. RGB value is (191,62,92). Sum of RGB (Red+Green+Blue) = 191+62+92=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E5C is #40C1A3. Grayscale: #686868. Windows color (decimal): -4243876 or 6045375. OLE color: 6045375.

HSL color Cylindrical-coordinate representation of color #BF3E5C: hue angle of 346.05º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E5C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1916292-
CMYK00.680.520.25
HSL346.05º50.99%49.61%-
HSV(B)346.05º67.54%74.9%-
XYZ25.1415.2911.75-
YUV103.99121.24190.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=55.36%
G=17.97%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191629200.680.520.25346.0550.9949.61
HexBF3E5C044341915a3332
Octal27776134010464315326362
Binary1011111111111010111000100010011010011001101011010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3E5C; }

 p { color: rgb(191,62,92); }

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

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

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

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

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

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

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