Html Css Color HEX #BF245B Old Rose

📋 copy color: '#BF245B'

red 191 ◦ green 36 ◦ blue 91

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

Shades of Old Rose #BF245B

Tints of Old Rose #BF245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 60.06%
G = 11.32%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF245B (or 0xBF245B) is known color: Old Rose. HEX triplet: BF, 24 and 5B. RGB value is (191,36,91). Sum of RGB (Red+Green+Blue) = 191+36+91=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF245B is #40DBA4. Grayscale: #585858. Windows color (decimal): -4250533 or 5973183. OLE color: 5973183.

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

Color convert

RGB 191 36 91 -
CMYK 0 0.81 0.52 0.25
HSL 338.71º 0.68% 0.45% -
HSV(B) 338.71º 0.81% 0.75% -
XYZ 24.01 13.09 11.16 -
YUV 88.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 191 36 91 0 0.81 0.52 0.25 338.71 0.68 0.45
Hex BF 24 5B 0 51 34 19 153 44 2D
Octal 277 44 133 0 121 64 31 523 104 55
Binary 10111111 100100 1011011 0 1010001 110100 11001 101010011 1000100 101101

Color Harmonies of #BF245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF245B

Black with #BF245B

Text Example


Text Example

White with #BF245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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