Html Css Color HEX #BF245A Old Rose

📋 copy color: '#BF245A'

red 191 ◦ green 36 ◦ blue 90

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

Shades of Old Rose #BF245A

Tints of Old Rose #BF245A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 60.25%
G = 11.36%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF245A (or 0xBF245A) is known color: Old Rose. HEX triplet: BF, 24 and 5A. RGB value is (191,36,90). Sum of RGB (Red+Green+Blue) = 191+36+90=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF245A is #40DBA5. Grayscale: #585858. Windows color (decimal): -4250534 or 5907647. OLE color: 5907647.

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

Color convert

RGB 191 36 90 -
CMYK 0 0.81 0.53 0.25
HSL 339.1º 0.68% 0.45% -
HSV(B) 339.1º 0.81% 0.75% -
XYZ 23.96 13.08 10.93 -
YUV 88.5 128.85 201.11 -
System Red Green Blue C M Y K H S L
Decimal 191 36 90 0 0.81 0.53 0.25 339.1 0.68 0.45
Hex BF 24 5A 0 51 35 19 153 44 2D
Octal 277 44 132 0 121 65 31 523 104 55
Binary 10111111 100100 1011010 0 1010001 110101 11001 101010011 1000100 101101

Color Harmonies of #BF245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF245A

Black with #BF245A

Text Example


Text Example

White with #BF245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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