Html Css Color HEX #BE4546 Mahogany

📋 copy color: '#BE4546'

red 190 ◦ green 69 ◦ blue 70

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

Shades of Mahogany #BE4546

Tints of Mahogany #BE4546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 57.75%
G = 20.97%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE4546 (or 0xBE4546) is known color: Mahogany. HEX triplet: BE, 45 and 46. RGB value is (190,69,70). Sum of RGB (Red+Green+Blue) = 190+69+70=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4546 is #41BAB9. Grayscale: #696969. Windows color (decimal): -4307642 or 4605374. OLE color: 4605374.

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

Color convert

RGB 190 69 70 -
CMYK 0 0.64 0.63 0.25
HSL 359.5º 0.48% 0.51% -
HSV(B) 359.5º 0.64% 0.75% -
XYZ 24.47 15.65 7.52 -
YUV 105.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 190 69 70 0 0.64 0.63 0.25 359.5 0.48 0.51
Hex BE 45 46 0 40 3F 19 168 30 33
Octal 276 105 106 0 100 77 31 550 60 63
Binary 10111110 1000101 1000110 0 1000000 111111 11001 101101000 110000 110011

Color Harmonies of #BE4546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4546

Black with #BE4546

Text Example


Text Example

White with #BE4546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4546; }

 p { color: rgb(190,69,70); }

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

background-color css

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

 a { background-color: rgb(190,69,70); }

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

border-color css

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

 span { border-color: rgb(190,69,70); }

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