Html Css Color HEX #BE4053 Old Rose

📋 copy color: '#BE4053'

red 190 ◦ green 64 ◦ blue 83

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

Shades of Old Rose #BE4053

Tints of Old Rose #BE4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 56.38%
G = 18.99%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE4053 (or 0xBE4053) is known color: Old Rose. HEX triplet: BE, 40 and 53. RGB value is (190,64,83). Sum of RGB (Red+Green+Blue) = 190+64+83=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4053 is #41BFAC. Grayscale: #676767. Windows color (decimal): -4308909 or 5456062. OLE color: 5456062.

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

Color convert

RGB 190 64 83 -
CMYK 0 0.66 0.56 0.25
HSL 350.95º 0.5% 0.5% -
HSV(B) 350.95º 0.66% 0.75% -
XYZ 24.63 15.24 9.83 -
YUV 103.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 190 64 83 0 0.66 0.56 0.25 350.95 0.5 0.5
Hex BE 40 53 0 42 38 19 15F 32 32
Octal 276 100 123 0 102 70 31 537 62 62
Binary 10111110 1000000 1010011 0 1000010 111000 11001 101011111 110010 110010

Color Harmonies of #BE4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4053

Black with #BE4053

Text Example


Text Example

White with #BE4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4053; }

 p { color: rgb(190,64,83); }

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

background-color css

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

 a { background-color: rgb(190,64,83); }

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

border-color css

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

 span { border-color: rgb(190,64,83); }

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