Html Css Color HEX #BF245E Old Rose

📋 copy color: '#BF245E'

red 191 ◦ green 36 ◦ blue 94

#BF245E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BF245E

Tints of Old Rose #BF245E

RGB

 RED value IS 191 (75% from 255) = 59.5%

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 59.5%
G = 11.21%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF245E (or 0xBF245E) is known color: Old Rose. HEX triplet: BF, 24 and 5E. RGB value is (191,36,94). Sum of RGB (Red+Green+Blue) = 191+36+94=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF245E is #40DBA1. Grayscale: #585858. Windows color (decimal): -4250530 or 6169791. OLE color: 6169791.

HSL color Cylindrical-coordinate representation of color #BF245E: hue angle of 337.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF245E is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 36 94 -
CMYK 0 0.81 0.51 0.25
HSL 337.55º 0.68% 0.45% -
HSV(B) 337.55º 0.81% 0.75% -
XYZ 24.14 13.15 11.85 -
YUV 88.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 191 36 94 0 0.81 0.51 0.25 337.55 0.68 0.45
Hex BF 24 5E 0 51 33 19 152 44 2D
Octal 277 44 136 0 121 63 31 522 104 55
Binary 10111111 100100 1011110 0 1010001 110011 11001 101010010 1000100 101101

Color Harmonies of #BF245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF245E

Black with #BF245E

Text Example


Text Example

White with #BF245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF245E; }

 p { color: rgb(191,36,94); }

 H1.HeaderClassName
 {
   color: #BF245E;
 }
 .AnyTagClassName
 {
   color: #BF245E;
 }
</style>

background-color css

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

 a { background-color: rgb(191,36,94); }

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

border-color css

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

 span { border-color: rgb(191,36,94); }

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