Html Css Color HEX #BE335D Old Rose

📋 copy color: '#BE335D'

red 190 ◦ green 51 ◦ blue 93

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

Shades of Old Rose #BE335D

Tints of Old Rose #BE335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 56.89%
G = 15.27%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE335D (or 0xBE335D) is known color: Old Rose. HEX triplet: BE, 33 and 5D. RGB value is (190,51,93). Sum of RGB (Red+Green+Blue) = 190+51+93=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE335D is #41CCA2. Grayscale: #616161. Windows color (decimal): -4312227 or 6108094. OLE color: 6108094.

HSL color Cylindrical-coordinate representation of color #BE335D: hue angle of 341.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE335D is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 51 93 -
CMYK 0 0.73 0.51 0.25
HSL 341.87º 0.58% 0.47% -
HSV(B) 341.87º 0.73% 0.75% -
XYZ 24.39 14.11 11.79 -
YUV 97.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 190 51 93 0 0.73 0.51 0.25 341.87 0.58 0.47
Hex BE 33 5D 0 49 33 19 156 3A 2F
Octal 276 63 135 0 111 63 31 526 72 57
Binary 10111110 110011 1011101 0 1001001 110011 11001 101010110 111010 101111

Color Harmonies of #BE335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE335D

Black with #BE335D

Text Example


Text Example

White with #BE335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE335D; }

 p { color: rgb(190,51,93); }

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

background-color css

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

 a { background-color: rgb(190,51,93); }

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

border-color css

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

 span { border-color: rgb(190,51,93); }

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