Html Css Color HEX #BE4253 Old Rose

📋 copy color: '#BE4253'

red 190 ◦ green 66 ◦ blue 83

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

Shades of Old Rose #BE4253

Tints of Old Rose #BE4253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

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

R = 56.05%
G = 19.47%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE4253 (or 0xBE4253) is known color: Old Rose. HEX triplet: BE, 42 and 53. RGB value is (190,66,83). Sum of RGB (Red+Green+Blue) = 190+66+83=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4253 is #41BDAC. Grayscale: #696969. Windows color (decimal): -4308397 or 5456574. OLE color: 5456574.

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

Color convert

RGB 190 66 83 -
CMYK 0 0.65 0.56 0.25
HSL 351.77º 0.49% 0.5% -
HSV(B) 351.77º 0.65% 0.75% -
XYZ 24.74 15.47 9.87 -
YUV 105.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 190 66 83 0 0.65 0.56 0.25 351.77 0.49 0.5
Hex BE 42 53 0 41 38 19 160 31 32
Octal 276 102 123 0 101 70 31 540 61 62
Binary 10111110 1000010 1010011 0 1000001 111000 11001 101100000 110001 110010

Color Harmonies of #BE4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4253

Black with #BE4253

Text Example


Text Example

White with #BE4253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4253; }

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

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

background-color css

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

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

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

border-color css

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

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

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