Html Css Color HEX #BE3453 Old Rose

📋 copy color: '#BE3453'

red 190 ◦ green 52 ◦ blue 83

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

Shades of Old Rose #BE3453

Tints of Old Rose #BE3453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 58.46%
G = 16%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE3453 (or 0xBE3453) is known color: Old Rose. HEX triplet: BE, 34 and 53. RGB value is (190,52,83). Sum of RGB (Red+Green+Blue) = 190+52+83=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3453 is #41CBAC. Grayscale: #606060. Windows color (decimal): -4311981 or 5452990. OLE color: 5452990.

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

Color convert

RGB 190 52 83 -
CMYK 0 0.73 0.56 0.25
HSL 346.52º 0.57% 0.47% -
HSV(B) 346.52º 0.73% 0.75% -
XYZ 24.02 14.03 9.62 -
YUV 96.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 190 52 83 0 0.73 0.56 0.25 346.52 0.57 0.47
Hex BE 34 53 0 49 38 19 15B 39 2F
Octal 276 64 123 0 111 70 31 533 71 57
Binary 10111110 110100 1010011 0 1001001 111000 11001 101011011 111001 101111

Color Harmonies of #BE3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3453

Black with #BE3453

Text Example


Text Example

White with #BE3453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3453; }

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

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

background-color css

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

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

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

border-color css

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

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

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