#BF2361

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

Shades of Old Rose #BF2361

Tints of Old Rose #BF2361

Color information

#BF2361 (or 0xBF2361) is unknown color: approx Old Rose. HEX triplet: BF, 23 and 61. RGB value is (191,35,97). Sum of RGB (Red+Green+Blue) = 191+35+97=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2361 is #40DC9E. Grayscale: #585858. Windows color (decimal): -4250783 or 6366143. OLE color: 6366143.

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

Color convert

RGB1913597-
CMYK00.820.490.25
HSL336.15º69.03%44.31%-
HSV(B)336.15º81.68%74.9%-
XYZ24.2413.1412.57-
YUV88.71132.68200.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 35 (14.06% from 255) = 10.84%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=59.13%
G=10.84%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191359700.820.490.25336.1569.0344.31
HexBF23610523119150452c
Octal277431410122613152010554
Binary10111111100011110000101010010110001110011010100001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2361; }

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

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

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

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

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

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

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

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