Html Css Color HEX #BE3754 Old Rose

📋 copy color: '#BE3754'

red 190 ◦ green 55 ◦ blue 84

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

Shades of Old Rose #BE3754

Tints of Old Rose #BE3754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

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

R = 57.75%
G = 16.72%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE3754 (or 0xBE3754) is known color: Old Rose. HEX triplet: BE, 37 and 54. RGB value is (190,55,84). Sum of RGB (Red+Green+Blue) = 190+55+84=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3754 is #41C8AB. Grayscale: #626262. Windows color (decimal): -4311212 or 5519294. OLE color: 5519294.

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

Color convert

RGB 190 55 84 -
CMYK 0 0.71 0.56 0.25
HSL 347.11º 0.55% 0.48% -
HSV(B) 347.11º 0.71% 0.75% -
XYZ 24.2 14.32 9.88 -
YUV 98.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 190 55 84 0 0.71 0.56 0.25 347.11 0.55 0.48
Hex BE 37 54 0 47 38 19 15B 37 30
Octal 276 67 124 0 107 70 31 533 67 60
Binary 10111110 110111 1010100 0 1000111 111000 11001 101011011 110111 110000

Color Harmonies of #BE3754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3754

Black with #BE3754

Text Example


Text Example

White with #BE3754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3754; }

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

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

background-color css

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

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

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

border-color css

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

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

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