Html Css Color HEX #BE444D Old Rose

📋 copy color: '#BE444D'

red 190 ◦ green 68 ◦ blue 77

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

Shades of Old Rose #BE444D

Tints of Old Rose #BE444D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 56.72%
G = 20.3%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE444D (or 0xBE444D) is known color: Old Rose. HEX triplet: BE, 44 and 4D. RGB value is (190,68,77). Sum of RGB (Red+Green+Blue) = 190+68+77=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE444D is #41BBB2. Grayscale: #696969. Windows color (decimal): -4307891 or 5063870. OLE color: 5063870.

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

Color convert

RGB 190 68 77 -
CMYK 0 0.64 0.59 0.25
HSL 355.57º 0.48% 0.51% -
HSV(B) 355.57º 0.64% 0.75% -
XYZ 24.64 15.62 8.74 -
YUV 105.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 190 68 77 0 0.64 0.59 0.25 355.57 0.48 0.51
Hex BE 44 4D 0 40 3B 19 164 30 33
Octal 276 104 115 0 100 73 31 544 60 63
Binary 10111110 1000100 1001101 0 1000000 111011 11001 101100100 110000 110011

Color Harmonies of #BE444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE444D

Black with #BE444D

Text Example


Text Example

White with #BE444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE444D; }

 p { color: rgb(190,68,77); }

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

background-color css

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

 a { background-color: rgb(190,68,77); }

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

border-color css

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

 span { border-color: rgb(190,68,77); }

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