#BF265B

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

Shades of Old Rose #BF265B

Tints of Old Rose #BF265B

Color information

#BF265B (or 0xBF265B) is unknown color: approx Old Rose. HEX triplet: BF, 26 and 5B. RGB value is (191,38,91). Sum of RGB (Red+Green+Blue) = 191+38+91=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF265B is #40D9A4. Grayscale: #595959. Windows color (decimal): -4250021 or 5973695. OLE color: 5973695.

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

Color convert

RGB1913891-
CMYK00.800.520.25
HSL339.22º66.81%44.9%-
HSV(B)339.22º80.1%74.9%-
XYZ24.0713.2211.18-
YUV89.79128.69200.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.69%
GREEN value IS 38 (15.23% from 255) = 11.88%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=59.69%
G=11.88%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191389100.800.520.25339.2266.8144.9
HexBF265B0503419153432d
Octal277461330120643152310355
Binary10111111100110101101101010000110100110011010100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF265B; }

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

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

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

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

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

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

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

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