Html Css Color HEX #BE3D54 Old Rose

📋 copy color: '#BE3D54'

red 190 ◦ green 61 ◦ blue 84

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

Shades of Old Rose #BE3D54

Tints of Old Rose #BE3D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.21%

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 56.72%
G = 18.21%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE3D54 (or 0xBE3D54) is known color: Old Rose. HEX triplet: BE, 3D and 54. RGB value is (190,61,84). Sum of RGB (Red+Green+Blue) = 190+61+84=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D54 is #41C2AB. Grayscale: #666666. Windows color (decimal): -4309676 or 5520830. OLE color: 5520830.

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

Color convert

RGB 190 61 84 -
CMYK 0 0.68 0.56 0.25
HSL 349.3º 0.51% 0.49% -
HSV(B) 349.3º 0.68% 0.75% -
XYZ 24.5 14.92 9.98 -
YUV 102.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 190 61 84 0 0.68 0.56 0.25 349.3 0.51 0.49
Hex BE 3D 54 0 44 38 19 15D 33 31
Octal 276 75 124 0 104 70 31 535 63 61
Binary 10111110 111101 1010100 0 1000100 111000 11001 101011101 110011 110001

Color Harmonies of #BE3D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D54

Black with #BE3D54

Text Example


Text Example

White with #BE3D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D54; }

 p { color: rgb(190,61,84); }

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

background-color css

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

 a { background-color: rgb(190,61,84); }

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

border-color css

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

 span { border-color: rgb(190,61,84); }

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