Html Css Color HEX #BE345E Old Rose

📋 copy color: '#BE345E'

red 190 ◦ green 52 ◦ blue 94

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

Shades of Old Rose #BE345E

Tints of Old Rose #BE345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 56.55%
G = 15.48%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE345E (or 0xBE345E) is known color: Old Rose. HEX triplet: BE, 34 and 5E. RGB value is (190,52,94). Sum of RGB (Red+Green+Blue) = 190+52+94=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE345E is #41CBA1. Grayscale: #626262. Windows color (decimal): -4311970 or 6173886. OLE color: 6173886.

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

Color convert

RGB 190 52 94 -
CMYK 0 0.73 0.51 0.25
HSL 341.74º 0.57% 0.47% -
HSV(B) 341.74º 0.73% 0.75% -
XYZ 24.48 14.21 12.04 -
YUV 98.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 190 52 94 0 0.73 0.51 0.25 341.74 0.57 0.47
Hex BE 34 5E 0 49 33 19 156 39 2F
Octal 276 64 136 0 111 63 31 526 71 57
Binary 10111110 110100 1011110 0 1001001 110011 11001 101010110 111001 101111

Color Harmonies of #BE345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE345E

Black with #BE345E

Text Example


Text Example

White with #BE345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE345E; }

 p { color: rgb(190,52,94); }

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

background-color css

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

 a { background-color: rgb(190,52,94); }

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

border-color css

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

 span { border-color: rgb(190,52,94); }

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