#BF264B

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

Shades of Old Rose #BF264B

Tints of Old Rose #BF264B

Color information

#BF264B (or 0xBF264B) is unknown color: approx Old Rose. HEX triplet: BF, 26 and 4B. RGB value is (191,38,75). Sum of RGB (Red+Green+Blue) = 191+38+75=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF264B is #40D9B4. Grayscale: #575757. Windows color (decimal): -4250037 or 4925119. OLE color: 4925119.

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

Color convert

RGB1913875-
CMYK00.800.610.25
HSL345.49º66.81%44.9%-
HSV(B)345.49º80.1%74.9%-
XYZ23.4512.977.92-
YUV87.96120.69201.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.83%
GREEN value IS 38 (15.23% from 255) = 12.5%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=62.83%
G=12.5%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191387500.800.610.25345.4966.8144.9
HexBF264B0503D19159432d
Octal277461130120753153110355
Binary10111111100110100101101010000111101110011010110011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF264B; }

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

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

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

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

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

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

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

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