Html Css Color HEX #BE3C4D Old Rose

📋 copy color: '#BE3C4D'

red 190 ◦ green 60 ◦ blue 77

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

Shades of Old Rose #BE3C4D

Tints of Old Rose #BE3C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

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

R = 58.1%
G = 18.35%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE3C4D (or 0xBE3C4D) is known color: Old Rose. HEX triplet: BE, 3C and 4D. RGB value is (190,60,77). Sum of RGB (Red+Green+Blue) = 190+60+77=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C4D is #41C3B2. Grayscale: #646464. Windows color (decimal): -4309939 or 5061822. OLE color: 5061822.

HSL color Cylindrical-coordinate representation of color #BE3C4D: hue angle of 352.15º degrees, saturation: 0.52, 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 #BE3C4D is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 60 77 -
CMYK 0 0.68 0.59 0.25
HSL 352.15º 0.52% 0.49% -
HSV(B) 352.15º 0.68% 0.75% -
XYZ 24.19 14.71 8.59 -
YUV 100.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 190 60 77 0 0.68 0.59 0.25 352.15 0.52 0.49
Hex BE 3C 4D 0 44 3B 19 160 34 31
Octal 276 74 115 0 104 73 31 540 64 61
Binary 10111110 111100 1001101 0 1000100 111011 11001 101100000 110100 110001

Color Harmonies of #BE3C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C4D

Black with #BE3C4D

Text Example


Text Example

White with #BE3C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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