#BF265E

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

Shades of Old Rose #BF265E

Tints of Old Rose #BF265E

Color information

#BF265E (or 0xBF265E) is unknown color: approx Old Rose. HEX triplet: BF, 26 and 5E. RGB value is (191,38,94). Sum of RGB (Red+Green+Blue) = 191+38+94=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF265E is #40D9A1. Grayscale: #5A5A5A. Windows color (decimal): -4250018 or 6170303. OLE color: 6170303.

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

Color convert

RGB1913894-
CMYK00.800.510.25
HSL338.04º66.81%44.9%-
HSV(B)338.04º80.1%74.9%-
XYZ24.213.2711.88-
YUV90.13130.19199.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 38 (15.23% from 255) = 11.76%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=59.13%
G=11.76%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191389400.800.510.25338.0466.8144.9
HexBF265E0503319152432d
Octal277461360120633152210355
Binary10111111100110101111001010000110011110011010100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF265E; }

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

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

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

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

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

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

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

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