Html Css Color HEX #BE204B Old Rose

📋 copy color: '#BE204B'

red 190 ◦ green 32 ◦ blue 75

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

Shades of Old Rose #BE204B

Tints of Old Rose #BE204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 63.97%
G = 10.77%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE204B (or 0xBE204B) is known color: Old Rose. HEX triplet: BE, 20 and 4B. RGB value is (190,32,75). Sum of RGB (Red+Green+Blue) = 190+32+75=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE204B is #41DFB4. Grayscale: #545454. Windows color (decimal): -4317109 or 4923582. OLE color: 4923582.

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

Color convert

RGB 190 32 75 -
CMYK 0 0.83 0.61 0.25
HSL 343.67º 0.71% 0.44% -
HSV(B) 343.67º 0.83% 0.75% -
XYZ 23.02 12.49 7.85 -
YUV 84.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 190 32 75 0 0.83 0.61 0.25 343.67 0.71 0.44
Hex BE 20 4B 0 53 3D 19 158 47 2C
Octal 276 40 113 0 123 75 31 530 107 54
Binary 10111110 100000 1001011 0 1010011 111101 11001 101011000 1000111 101100

Color Harmonies of #BE204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE204B

Black with #BE204B

Text Example


Text Example

White with #BE204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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