Html Css Color HEX #BE3438 Mahogany

📋 copy color: '#BE3438'

red 190 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #BE3438

Tints of Mahogany #BE3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 63.76%
G = 17.45%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE3438 (or 0xBE3438) is known color: Mahogany. HEX triplet: BE, 34 and 38. RGB value is (190,52,56). Sum of RGB (Red+Green+Blue) = 190+52+56=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3438 is #41CBC7. Grayscale: #5D5D5D. Windows color (decimal): -4312008 or 3683518. OLE color: 3683518.

HSL color Cylindrical-coordinate representation of color #BE3438: hue angle of 358.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3438 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 52 56 -
CMYK 0 0.73 0.71 0.25
HSL 358.26º 0.57% 0.47% -
HSV(B) 358.26º 0.73% 0.75% -
XYZ 23.18 13.69 5.16 -
YUV 93.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 190 52 56 0 0.73 0.71 0.25 358.26 0.57 0.47
Hex BE 34 38 0 49 47 19 166 39 2F
Octal 276 64 70 0 111 107 31 546 71 57
Binary 10111110 110100 111000 0 1001001 1000111 11001 101100110 111001 101111

Color Harmonies of #BE3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3438

Black with #BE3438

Text Example


Text Example

White with #BE3438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3438; }

 p { color: rgb(190,52,56); }

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

background-color css

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

 a { background-color: rgb(190,52,56); }

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

border-color css

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

 span { border-color: rgb(190,52,56); }

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