Html Css Color HEX #BF205E Old Rose

📋 copy color: '#BF205E'

red 191 ◦ green 32 ◦ blue 94

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

Shades of Old Rose #BF205E

Tints of Old Rose #BF205E

RGB

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

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

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

R = 60.25%
G = 10.09%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF205E (or 0xBF205E) is known color: Old Rose. HEX triplet: BF, 20 and 5E. RGB value is (191,32,94). Sum of RGB (Red+Green+Blue) = 191+32+94=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF205E is #40DFA1. Grayscale: #565656. Windows color (decimal): -4251554 or 6168767. OLE color: 6168767.

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

Color convert

RGB 191 32 94 -
CMYK 0 0.83 0.51 0.25
HSL 336.6º 0.71% 0.44% -
HSV(B) 336.6º 0.83% 0.75% -
XYZ 24.02 12.92 11.82 -
YUV 86.61 132.18 202.46 -
System Red Green Blue C M Y K H S L
Decimal 191 32 94 0 0.83 0.51 0.25 336.6 0.71 0.44
Hex BF 20 5E 0 53 33 19 151 47 2C
Octal 277 40 136 0 123 63 31 521 107 54
Binary 10111111 100000 1011110 0 1010011 110011 11001 101010001 1000111 101100

Color Harmonies of #BF205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF205E

Black with #BF205E

Text Example


Text Example

White with #BF205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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