#BF265A

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

Shades of Old Rose #BF265A

Tints of Old Rose #BF265A

Color information

#BF265A (or 0xBF265A) is unknown color: approx Old Rose. HEX triplet: BF, 26 and 5A. RGB value is (191,38,90). Sum of RGB (Red+Green+Blue) = 191+38+90=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF265A is #40D9A5. Grayscale: #595959. Windows color (decimal): -4250022 or 5908159. OLE color: 5908159.

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

Color convert

RGB1913890-
CMYK00.800.530.25
HSL339.61º66.81%44.9%-
HSV(B)339.61º80.1%74.9%-
XYZ24.0213.210.95-
YUV89.68128.19200.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=59.87%
G=11.91%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191389000.800.530.25339.6166.8144.9
HexBF265A0503519154432d
Octal277461320120653152410355
Binary10111111100110101101001010000110101110011010101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF265A; }

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

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

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

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

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

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

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

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