#BF2360

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

Shades of Old Rose #BF2360

Tints of Old Rose #BF2360

Color information

#BF2360 (or 0xBF2360) is unknown color: approx Old Rose. HEX triplet: BF, 23 and 60. RGB value is (191,35,96). Sum of RGB (Red+Green+Blue) = 191+35+96=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2360 is #40DC9F. Grayscale: #585858. Windows color (decimal): -4250784 or 6300607. OLE color: 6300607.

HSL color Cylindrical-coordinate representation of color #BF2360: hue angle of 336.54º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2360 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1913596-
CMYK00.820.500.25
HSL336.54º69.03%44.31%-
HSV(B)336.54º81.68%74.9%-
XYZ24.213.1212.32-
YUV88.6132.18201.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.32%
GREEN value IS 35 (14.06% from 255) = 10.87%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=59.32%
G=10.87%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191359600.820.500.25336.5469.0344.31
HexBF23600523219151452c
Octal277431400122623152110554
Binary10111111100011110000001010010110010110011010100011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2360; }

 p { color: rgb(191,35,96); }

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

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

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

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

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

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

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