Html Css Color HEX #BE354D Old Rose

📋 copy color: '#BE354D'

red 190 ◦ green 53 ◦ blue 77

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

Shades of Old Rose #BE354D

Tints of Old Rose #BE354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 59.38%
G = 16.56%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE354D (or 0xBE354D) is known color: Old Rose. HEX triplet: BE, 35 and 4D. RGB value is (190,53,77). Sum of RGB (Red+Green+Blue) = 190+53+77=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE354D is #41CAB2. Grayscale: #606060. Windows color (decimal): -4311731 or 5060030. OLE color: 5060030.

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

Color convert

RGB 190 53 77 -
CMYK 0 0.72 0.59 0.25
HSL 349.49º 0.56% 0.48% -
HSV(B) 349.49º 0.72% 0.75% -
XYZ 23.85 14.03 8.47 -
YUV 96.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 190 53 77 0 0.72 0.59 0.25 349.49 0.56 0.48
Hex BE 35 4D 0 48 3B 19 15D 38 30
Octal 276 65 115 0 110 73 31 535 70 60
Binary 10111110 110101 1001101 0 1001000 111011 11001 101011101 111000 110000

Color Harmonies of #BE354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE354D

Black with #BE354D

Text Example


Text Example

White with #BE354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE354D; }

 p { color: rgb(190,53,77); }

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

background-color css

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

 a { background-color: rgb(190,53,77); }

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

border-color css

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

 span { border-color: rgb(190,53,77); }

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