Html Css Color HEX #BE4351 Old Rose

📋 copy color: '#BE4351'

red 190 ◦ green 67 ◦ blue 81

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

Shades of Old Rose #BE4351

Tints of Old Rose #BE4351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

 BLUE value IS 81 (32.03% from 255) = 23.96%

R = 56.21%
G = 19.82%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE4351 (or 0xBE4351) is known color: Old Rose. HEX triplet: BE, 43 and 51. RGB value is (190,67,81). Sum of RGB (Red+Green+Blue) = 190+67+81=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4351 is #41BCAE. Grayscale: #696969. Windows color (decimal): -4308143 or 5325758. OLE color: 5325758.

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

Color convert

RGB 190 67 81 -
CMYK 0 0.65 0.57 0.25
HSL 353.17º 0.49% 0.5% -
HSV(B) 353.17º 0.65% 0.75% -
XYZ 24.73 15.56 9.48 -
YUV 105.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 190 67 81 0 0.65 0.57 0.25 353.17 0.49 0.5
Hex BE 43 51 0 41 39 19 161 31 32
Octal 276 103 121 0 101 71 31 541 61 62
Binary 10111110 1000011 1010001 0 1000001 111001 11001 101100001 110001 110010

Color Harmonies of #BE4351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4351

Black with #BE4351

Text Example


Text Example

White with #BE4351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4351; }

 p { color: rgb(190,67,81); }

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

background-color css

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

 a { background-color: rgb(190,67,81); }

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

border-color css

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

 span { border-color: rgb(190,67,81); }

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