#BF2663

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

Shades of Old Rose #BF2663

Tints of Old Rose #BF2663

Color information

#BF2663 (or 0xBF2663) is unknown color: approx Old Rose. HEX triplet: BF, 26 and 63. RGB value is (191,38,99). Sum of RGB (Red+Green+Blue) = 191+38+99=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2663 is #40D99C. Grayscale: #5A5A5A. Windows color (decimal): -4250013 or 6497983. OLE color: 6497983.

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

Color convert

RGB1913899-
CMYK00.800.480.25
HSL336.08º66.81%44.9%-
HSV(B)336.08º80.1%74.9%-
XYZ24.4313.3613.1-
YUV90.7132.69199.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.23%
GREEN value IS 38 (15.23% from 255) = 11.59%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=58.23%
G=11.59%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191389900.800.480.25336.0866.8144.9
HexBF26630503019150432d
Octal277461430120603152010355
Binary10111111100110110001101010000110000110011010100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2663; }

 p { color: rgb(191,38,99); }

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

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

 a { background-color: rgb(191,38,99); }

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

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

 span { border-color: rgb(191,38,99); }

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