Html Css Color HEX #BE205B Old Rose

📋 copy color: '#BE205B'

red 190 ◦ green 32 ◦ blue 91

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

Shades of Old Rose #BE205B

Tints of Old Rose #BE205B

RGB

 RED value IS 190 (74.61% from 255) = 60.7%

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

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

R = 60.7%
G = 10.22%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE205B (or 0xBE205B) is known color: Old Rose. HEX triplet: BE, 20 and 5B. RGB value is (190,32,91). Sum of RGB (Red+Green+Blue) = 190+32+91=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE205B is #41DFA4. Grayscale: #555555. Windows color (decimal): -4317093 or 5972158. OLE color: 5972158.

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

Color convert

RGB 190 32 91 -
CMYK 0 0.83 0.52 0.25
HSL 337.59º 0.71% 0.44% -
HSV(B) 337.59º 0.83% 0.75% -
XYZ 23.64 12.74 11.11 -
YUV 85.97 130.85 202.2 -
System Red Green Blue C M Y K H S L
Decimal 190 32 91 0 0.83 0.52 0.25 337.59 0.71 0.44
Hex BE 20 5B 0 53 34 19 152 47 2C
Octal 276 40 133 0 123 64 31 522 107 54
Binary 10111110 100000 1011011 0 1010011 110100 11001 101010010 1000111 101100

Color Harmonies of #BE205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE205B

Black with #BE205B

Text Example


Text Example

White with #BE205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE205B; }

 p { color: rgb(190,32,91); }

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

background-color css

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

 a { background-color: rgb(190,32,91); }

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

border-color css

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

 span { border-color: rgb(190,32,91); }

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