Html Css Color HEX #BE2B4D Old Rose

📋 copy color: '#BE2B4D'

red 190 ◦ green 43 ◦ blue 77

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

Shades of Old Rose #BE2B4D

Tints of Old Rose #BE2B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 61.29%
G = 13.87%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE2B4D (or 0xBE2B4D) is known color: Old Rose. HEX triplet: BE, 2B and 4D. RGB value is (190,43,77). Sum of RGB (Red+Green+Blue) = 190+43+77=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B4D is #41D4B2. Grayscale: #5A5A5A. Windows color (decimal): -4314291 or 5057470. OLE color: 5057470.

HSL color Cylindrical-coordinate representation of color #BE2B4D: hue angle of 346.12º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2B4D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 43 77 -
CMYK 0 0.77 0.59 0.25
HSL 346.12º 0.63% 0.46% -
HSV(B) 346.12º 0.77% 0.75% -
XYZ 23.44 13.21 8.34 -
YUV 90.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 190 43 77 0 0.77 0.59 0.25 346.12 0.63 0.46
Hex BE 2B 4D 0 4D 3B 19 15A 3F 2E
Octal 276 53 115 0 115 73 31 532 77 56
Binary 10111110 101011 1001101 0 1001101 111011 11001 101011010 111111 101110

Color Harmonies of #BE2B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B4D

Black with #BE2B4D

Text Example


Text Example

White with #BE2B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B4D; }

 p { color: rgb(190,43,77); }

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

background-color css

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

 a { background-color: rgb(190,43,77); }

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

border-color css

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

 span { border-color: rgb(190,43,77); }

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