Html Css Color HEX #BE2266 Old Rose

📋 copy color: '#BE2266'

red 190 ◦ green 34 ◦ blue 102

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

Shades of Old Rose #BE2266

Tints of Old Rose #BE2266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 58.28%
G = 10.43%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE2266 (or 0xBE2266) is known color: Old Rose. HEX triplet: BE, 22 and 66. RGB value is (190,34,102). Sum of RGB (Red+Green+Blue) = 190+34+102=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2266 is #41DD99. Grayscale: #585858. Windows color (decimal): -4316570 or 6693566. OLE color: 6693566.

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

Color convert

RGB 190 34 102 -
CMYK 0 0.82 0.46 0.25
HSL 333.85º 0.7% 0.44% -
HSV(B) 333.85º 0.82% 0.75% -
XYZ 24.21 13.05 13.81 -
YUV 88.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 190 34 102 0 0.82 0.46 0.25 333.85 0.7 0.44
Hex BE 22 66 0 52 2E 19 14E 46 2C
Octal 276 42 146 0 122 56 31 516 106 54
Binary 10111110 100010 1100110 0 1010010 101110 11001 101001110 1000110 101100

Color Harmonies of #BE2266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2266

Black with #BE2266

Text Example


Text Example

White with #BE2266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2266; }

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

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

background-color css

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

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

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

border-color css

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

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

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