Html Css Color HEX #BE355C Old Rose

📋 copy color: '#BE355C'

red 190 ◦ green 53 ◦ blue 92

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

Shades of Old Rose #BE355C

Tints of Old Rose #BE355C

RGB

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

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

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

R = 56.72%
G = 15.82%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE355C (or 0xBE355C) is known color: Old Rose. HEX triplet: BE, 35 and 5C. RGB value is (190,53,92). Sum of RGB (Red+Green+Blue) = 190+53+92=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE355C is #41CAA3. Grayscale: #626262. Windows color (decimal): -4311716 or 6043070. OLE color: 6043070.

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

Color convert

RGB 190 53 92 -
CMYK 0 0.72 0.52 0.25
HSL 342.92º 0.56% 0.48% -
HSV(B) 342.92º 0.72% 0.75% -
XYZ 24.44 14.27 11.59 -
YUV 98.41 124.39 193.33 -
System Red Green Blue C M Y K H S L
Decimal 190 53 92 0 0.72 0.52 0.25 342.92 0.56 0.48
Hex BE 35 5C 0 48 34 19 157 38 30
Octal 276 65 134 0 110 64 31 527 70 60
Binary 10111110 110101 1011100 0 1001000 110100 11001 101010111 111000 110000

Color Harmonies of #BE355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE355C

Black with #BE355C

Text Example


Text Example

White with #BE355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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