Html Css Color HEX #BE393D Mahogany

📋 copy color: '#BE393D'

red 190 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #BE393D

Tints of Mahogany #BE393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 61.69%
G = 18.51%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE393D (or 0xBE393D) is known color: Mahogany. HEX triplet: BE, 39 and 3D. RGB value is (190,57,61). Sum of RGB (Red+Green+Blue) = 190+57+61=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE393D is #41C6C2. Grayscale: #616161. Windows color (decimal): -4310723 or 4012478. OLE color: 4012478.

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

Color convert

RGB 190 57 61 -
CMYK 0 0.7 0.68 0.25
HSL 358.2º 0.54% 0.48% -
HSV(B) 358.2º 0.7% 0.75% -
XYZ 23.54 14.21 5.92 -
YUV 97.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 190 57 61 0 0.7 0.68 0.25 358.2 0.54 0.48
Hex BE 39 3D 0 46 44 19 166 36 30
Octal 276 71 75 0 106 104 31 546 66 60
Binary 10111110 111001 111101 0 1000110 1000100 11001 101100110 110110 110000

Color Harmonies of #BE393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE393D

Black with #BE393D

Text Example


Text Example

White with #BE393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE393D; }

 p { color: rgb(190,57,61); }

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

background-color css

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

 a { background-color: rgb(190,57,61); }

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

border-color css

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

 span { border-color: rgb(190,57,61); }

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