Html Css Color HEX #BE345C Old Rose

📋 copy color: '#BE345C'

red 190 ◦ green 52 ◦ blue 92

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

Shades of Old Rose #BE345C

Tints of Old Rose #BE345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 56.89%
G = 15.57%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE345C (or 0xBE345C) is known color: Old Rose. HEX triplet: BE, 34 and 5C. RGB value is (190,52,92). Sum of RGB (Red+Green+Blue) = 190+52+92=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE345C is #41CBA3. Grayscale: #616161. Windows color (decimal): -4311972 or 6042814. OLE color: 6042814.

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

Color convert

RGB 190 52 92 -
CMYK 0 0.73 0.52 0.25
HSL 342.61º 0.57% 0.47% -
HSV(B) 342.61º 0.73% 0.75% -
XYZ 24.39 14.18 11.58 -
YUV 97.82 124.72 193.75 -
System Red Green Blue C M Y K H S L
Decimal 190 52 92 0 0.73 0.52 0.25 342.61 0.57 0.47
Hex BE 34 5C 0 49 34 19 157 39 2F
Octal 276 64 134 0 111 64 31 527 71 57
Binary 10111110 110100 1011100 0 1001001 110100 11001 101010111 111001 101111

Color Harmonies of #BE345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE345C

Black with #BE345C

Text Example


Text Example

White with #BE345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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