Html Css Color HEX #BE3A3E Mahogany

📋 copy color: '#BE3A3E'

red 190 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #BE3A3E

Tints of Mahogany #BE3A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

 BLUE value IS 62 (24.61% from 255) = 20%

R = 61.29%
G = 18.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE3A3E (or 0xBE3A3E) is known color: Mahogany. HEX triplet: BE, 3A and 3E. RGB value is (190,58,62). Sum of RGB (Red+Green+Blue) = 190+58+62=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A3E is #41C5C1. Grayscale: #626262. Windows color (decimal): -4310466 or 4078270. OLE color: 4078270.

HSL color Cylindrical-coordinate representation of color #BE3A3E: hue angle of 358.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A3E is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 62 -
CMYK 0 0.69 0.67 0.25
HSL 358.18º 0.53% 0.49% -
HSV(B) 358.18º 0.69% 0.75% -
XYZ 23.62 14.32 6.08 -
YUV 97.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 190 58 62 0 0.69 0.67 0.25 358.18 0.53 0.49
Hex BE 3A 3E 0 45 43 19 166 35 31
Octal 276 72 76 0 105 103 31 546 65 61
Binary 10111110 111010 111110 0 1000101 1000011 11001 101100110 110101 110001

Color Harmonies of #BE3A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A3E

Black with #BE3A3E

Text Example


Text Example

White with #BE3A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A3E; }

 p { color: rgb(190,58,62); }

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

background-color css

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

 a { background-color: rgb(190,58,62); }

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

border-color css

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

 span { border-color: rgb(190,58,62); }

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