Html Css Color HEX #BE2F4D Old Rose

📋 copy color: '#BE2F4D'

red 190 ◦ green 47 ◦ blue 77

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

Shades of Old Rose #BE2F4D

Tints of Old Rose #BE2F4D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.97%

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

R = 60.51%
G = 14.97%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE2F4D (or 0xBE2F4D) is known color: Old Rose. HEX triplet: BE, 2F and 4D. RGB value is (190,47,77). Sum of RGB (Red+Green+Blue) = 190+47+77=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2F4D is #41D0B2. Grayscale: #5D5D5D. Windows color (decimal): -4313267 or 5058494. OLE color: 5058494.

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

Color convert

RGB 190 47 77 -
CMYK 0 0.75 0.59 0.25
HSL 347.41º 0.6% 0.46% -
HSV(B) 347.41º 0.75% 0.75% -
XYZ 23.59 13.52 8.39 -
YUV 93.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 190 47 77 0 0.75 0.59 0.25 347.41 0.6 0.46
Hex BE 2F 4D 0 4B 3B 19 15B 3C 2E
Octal 276 57 115 0 113 73 31 533 74 56
Binary 10111110 101111 1001101 0 1001011 111011 11001 101011011 111100 101110

Color Harmonies of #BE2F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F4D

Black with #BE2F4D

Text Example


Text Example

White with #BE2F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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