#BF264C

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

Shades of Old Rose #BF264C

Tints of Old Rose #BF264C

Color information

#BF264C (or 0xBF264C) is unknown color: approx Old Rose. HEX triplet: BF, 26 and 4C. RGB value is (191,38,76). Sum of RGB (Red+Green+Blue) = 191+38+76=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF264C is #40D9B3. Grayscale: #585858. Windows color (decimal): -4250036 or 4990655. OLE color: 4990655.

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

Color convert

RGB1913876-
CMYK00.800.600.25
HSL345.1º66.81%44.9%-
HSV(B)345.1º80.1%74.9%-
XYZ23.4812.988.11-
YUV88.08121.19201.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.62%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=62.62%
G=12.46%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191387600.800.600.25345.166.8144.9
HexBF264C0503C19159432d
Octal277461140120743153110355
Binary10111111100110100110001010000111100110011010110011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF264C; }

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

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

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

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

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

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

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

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