Html Css Color HEX #BE345D Old Rose

📋 copy color: '#BE345D'

red 190 ◦ green 52 ◦ blue 93

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

Shades of Old Rose #BE345D

Tints of Old Rose #BE345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 56.72%
G = 15.52%
B = 27.76%

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

#BE345D (or 0xBE345D) is known color: Old Rose. HEX triplet: BE, 34 and 5D. RGB value is (190,52,93). Sum of RGB (Red+Green+Blue) = 190+52+93=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE345D is #41CBA2. Grayscale: #616161. Windows color (decimal): -4311971 or 6108350. OLE color: 6108350.

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

Color convert

RGB 190 52 93 -
CMYK 0 0.73 0.51 0.25
HSL 342.17º 0.57% 0.47% -
HSV(B) 342.17º 0.73% 0.75% -
XYZ 24.44 14.19 11.81 -
YUV 97.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 190 52 93 0 0.73 0.51 0.25 342.17 0.57 0.47
Hex BE 34 5D 0 49 33 19 156 39 2F
Octal 276 64 135 0 111 63 31 526 71 57
Binary 10111110 110100 1011101 0 1001001 110011 11001 101010110 111001 101111

Color Harmonies of #BE345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE345D

Black with #BE345D

Text Example


Text Example

White with #BE345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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