Html Css Color HEX #BE3D5C Old Rose

📋 copy color: '#BE3D5C'

red 190 ◦ green 61 ◦ blue 92

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

Shades of Old Rose #BE3D5C

Tints of Old Rose #BE3D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 55.39%
G = 17.78%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE3D5C (or 0xBE3D5C) is known color: Old Rose. HEX triplet: BE, 3D and 5C. RGB value is (190,61,92). Sum of RGB (Red+Green+Blue) = 190+61+92=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D5C is #41C2A3. Grayscale: #676767. Windows color (decimal): -4309668 or 6045118. OLE color: 6045118.

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

Color convert

RGB 190 61 92 -
CMYK 0 0.68 0.52 0.25
HSL 345.58º 0.51% 0.49% -
HSV(B) 345.58º 0.68% 0.75% -
XYZ 24.84 15.06 11.72 -
YUV 103.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 190 61 92 0 0.68 0.52 0.25 345.58 0.51 0.49
Hex BE 3D 5C 0 44 34 19 15A 33 31
Octal 276 75 134 0 104 64 31 532 63 61
Binary 10111110 111101 1011100 0 1000100 110100 11001 101011010 110011 110001

Color Harmonies of #BE3D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D5C

Black with #BE3D5C

Text Example


Text Example

White with #BE3D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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