Html Css Color HEX #BE2264 Old Rose

📋 copy color: '#BE2264'

red 190 ◦ green 34 ◦ blue 100

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

Shades of Old Rose #BE2264

Tints of Old Rose #BE2264

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 58.64%
G = 10.49%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2264 (or 0xBE2264) is known color: Old Rose. HEX triplet: BE, 22 and 64. RGB value is (190,34,100). Sum of RGB (Red+Green+Blue) = 190+34+100=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2264 is #41DD9B. Grayscale: #585858. Windows color (decimal): -4316572 or 6562494. OLE color: 6562494.

HSL color Cylindrical-coordinate representation of color #BE2264: hue angle of 334.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2264 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 34 100 -
CMYK 0 0.82 0.47 0.25
HSL 334.62º 0.7% 0.44% -
HSV(B) 334.62º 0.82% 0.75% -
XYZ 24.11 13.01 13.3 -
YUV 88.17 134.68 200.63 -
System Red Green Blue C M Y K H S L
Decimal 190 34 100 0 0.82 0.47 0.25 334.62 0.7 0.44
Hex BE 22 64 0 52 2F 19 14F 46 2C
Octal 276 42 144 0 122 57 31 517 106 54
Binary 10111110 100010 1100100 0 1010010 101111 11001 101001111 1000110 101100

Color Harmonies of #BE2264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2264

Black with #BE2264

Text Example


Text Example

White with #BE2264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2264; }

 p { color: rgb(190,34,100); }

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

background-color css

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

 a { background-color: rgb(190,34,100); }

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

border-color css

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

 span { border-color: rgb(190,34,100); }

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