#BF3453

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

Shades of Old Rose #BF3453

Tints of Old Rose #BF3453

Color information

#BF3453 (or 0xBF3453) is unknown color: approx Old Rose. HEX triplet: BF, 34 and 53. RGB value is (191,52,83). Sum of RGB (Red+Green+Blue) = 191+52+83=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3453 is #40CBAC. Grayscale: #616161. Windows color (decimal): -4246445 or 5452991. OLE color: 5452991.

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

Color convert

RGB1915283-
CMYK00.730.570.25
HSL346.62º57.2%47.65%-
HSV(B)346.62º72.77%74.9%-
XYZ24.2814.169.64-
YUV97.1120.05194.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.59%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=58.59%
G=15.95%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191528300.730.570.25346.6257.247.65
HexBF3453049391915b3930
Octal27764123011171315337160
Binary1011111111010010100110100100111100111001101011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3453; }

 p { color: rgb(191,52,83); }

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

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

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

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

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

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

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