Html Css Color HEX #BE3452 Old Rose

📋 copy color: '#BE3452'

red 190 ◦ green 52 ◦ blue 82

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

Shades of Old Rose #BE3452

Tints of Old Rose #BE3452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.31%

R = 58.64%
G = 16.05%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE3452 (or 0xBE3452) is known color: Old Rose. HEX triplet: BE, 34 and 52. RGB value is (190,52,82). Sum of RGB (Red+Green+Blue) = 190+52+82=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3452 is #41CBAD. Grayscale: #606060. Windows color (decimal): -4311982 or 5387454. OLE color: 5387454.

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

Color convert

RGB 190 52 82 -
CMYK 0 0.73 0.57 0.25
HSL 346.96º 0.57% 0.47% -
HSV(B) 346.96º 0.73% 0.75% -
XYZ 23.99 14.01 9.42 -
YUV 96.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 190 52 82 0 0.73 0.57 0.25 346.96 0.57 0.47
Hex BE 34 52 0 49 39 19 15B 39 2F
Octal 276 64 122 0 111 71 31 533 71 57
Binary 10111110 110100 1010010 0 1001001 111001 11001 101011011 111001 101111

Color Harmonies of #BE3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3452

Black with #BE3452

Text Example


Text Example

White with #BE3452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3452; }

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

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

background-color css

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

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

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

border-color css

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

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

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