Html Css Color HEX #BF205F Old Rose

📋 copy color: '#BF205F'

red 191 ◦ green 32 ◦ blue 95

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

Shades of Old Rose #BF205F

Tints of Old Rose #BF205F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

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

R = 60.06%
G = 10.06%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF205F (or 0xBF205F) is known color: Old Rose. HEX triplet: BF, 20 and 5F. RGB value is (191,32,95). Sum of RGB (Red+Green+Blue) = 191+32+95=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF205F is #40DFA0. Grayscale: #565656. Windows color (decimal): -4251553 or 6234303. OLE color: 6234303.

HSL color Cylindrical-coordinate representation of color #BF205F: hue angle of 336.23º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF205F is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 32 95 -
CMYK 0 0.83 0.50 0.25
HSL 336.23º 0.71% 0.44% -
HSV(B) 336.23º 0.83% 0.75% -
XYZ 24.07 12.94 12.05 -
YUV 86.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 191 32 95 0 0.83 0.50 0.25 336.23 0.71 0.44
Hex BF 20 5F 0 53 32 19 150 47 2C
Octal 277 40 137 0 123 62 31 520 107 54
Binary 10111111 100000 1011111 0 1010011 110010 11001 101010000 1000111 101100

Color Harmonies of #BF205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF205F

Black with #BF205F

Text Example


Text Example

White with #BF205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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