Html Css Color HEX #BF245F Old Rose

📋 copy color: '#BF245F'

red 191 ◦ green 36 ◦ blue 95

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

Shades of Old Rose #BF245F

Tints of Old Rose #BF245F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 59.32%
G = 11.18%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF245F (or 0xBF245F) is known color: Old Rose. HEX triplet: BF, 24 and 5F. RGB value is (191,36,95). Sum of RGB (Red+Green+Blue) = 191+36+95=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF245F is #40DBA0. Grayscale: #585858. Windows color (decimal): -4250529 or 6235327. OLE color: 6235327.

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

Color convert

RGB 191 36 95 -
CMYK 0 0.81 0.50 0.25
HSL 337.16º 0.68% 0.45% -
HSV(B) 337.16º 0.81% 0.75% -
XYZ 24.18 13.16 12.09 -
YUV 89.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 191 36 95 0 0.81 0.50 0.25 337.16 0.68 0.45
Hex BF 24 5F 0 51 32 19 151 44 2D
Octal 277 44 137 0 121 62 31 521 104 55
Binary 10111111 100100 1011111 0 1010001 110010 11001 101010001 1000100 101101

Color Harmonies of #BF245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF245F

Black with #BF245F

Text Example


Text Example

White with #BF245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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