Html Css Color HEX #BE444B Old Rose

📋 copy color: '#BE444B'

red 190 ◦ green 68 ◦ blue 75

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

Shades of Old Rose #BE444B

Tints of Old Rose #BE444B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 57.06%
G = 20.42%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE444B (or 0xBE444B) is known color: Old Rose. HEX triplet: BE, 44 and 4B. RGB value is (190,68,75). Sum of RGB (Red+Green+Blue) = 190+68+75=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE444B is #41BBB4. Grayscale: #696969. Windows color (decimal): -4307893 or 4932798. OLE color: 4932798.

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

Color convert

RGB 190 68 75 -
CMYK 0 0.64 0.61 0.25
HSL 356.56º 0.48% 0.51% -
HSV(B) 356.56º 0.64% 0.75% -
XYZ 24.57 15.59 8.37 -
YUV 105.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 190 68 75 0 0.64 0.61 0.25 356.56 0.48 0.51
Hex BE 44 4B 0 40 3D 19 165 30 33
Octal 276 104 113 0 100 75 31 545 60 63
Binary 10111110 1000100 1001011 0 1000000 111101 11001 101100101 110000 110011

Color Harmonies of #BE444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE444B

Black with #BE444B

Text Example


Text Example

White with #BE444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE444B; }

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

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

background-color css

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

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

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

border-color css

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

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

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