#BF265C

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

Shades of Old Rose #BF265C

Tints of Old Rose #BF265C

Color information

#BF265C (or 0xBF265C) is unknown color: approx Old Rose. HEX triplet: BF, 26 and 5C. RGB value is (191,38,92). Sum of RGB (Red+Green+Blue) = 191+38+92=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF265C is #40D9A3. Grayscale: #595959. Windows color (decimal): -4250020 or 6039231. OLE color: 6039231.

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

Color convert

RGB1913892-
CMYK00.800.520.25
HSL338.82º66.81%44.9%-
HSV(B)338.82º80.1%74.9%-
XYZ24.1113.2411.41-
YUV89.9129.19200.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.50%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=59.50%
G=11.84%
B=28.66%

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
Decimal191389200.800.520.25338.8266.8144.9
HexBF265C0503419153432d
Octal277461340120643152310355
Binary10111111100110101110001010000110100110011010100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF265C; }

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

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

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

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

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

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

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

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