#BF2366

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

Shades of Old Rose #BF2366

Tints of Old Rose #BF2366

Color information

#BF2366 (or 0xBF2366) is unknown color: approx Old Rose. HEX triplet: BF, 23 and 66. RGB value is (191,35,102). Sum of RGB (Red+Green+Blue) = 191+35+102=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2366 is #40DC99. Grayscale: #595959. Windows color (decimal): -4250778 or 6693823. OLE color: 6693823.

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

Color convert

RGB19135102-
CMYK00.820.470.25
HSL334.23º69.03%44.31%-
HSV(B)334.23º81.68%74.9%-
XYZ24.4913.2413.83-
YUV89.28135.18200.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.23%
GREEN value IS 35 (14.06% from 255) = 10.67%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=58.23%
G=10.67%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913510200.820.470.25334.2369.0344.31
HexBF23660522F1914e452c
Octal277431460122573151610554
Binary10111111100011110011001010010101111110011010011101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2366; }

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

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

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

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

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

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

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

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