Html Css Color HEX #BE323A Mahogany

📋 copy color: '#BE323A'

red 190 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #BE323A

Tints of Mahogany #BE323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 63.76%
G = 16.78%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE323A (or 0xBE323A) is known color: Mahogany. HEX triplet: BE, 32 and 3A. RGB value is (190,50,58). Sum of RGB (Red+Green+Blue) = 190+50+58=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE323A is #41CDC5. Grayscale: #5C5C5C. Windows color (decimal): -4312518 or 3814078. OLE color: 3814078.

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

Color convert

RGB 190 50 58 -
CMYK 0 0.74 0.69 0.25
HSL 356.57º 0.58% 0.47% -
HSV(B) 356.57º 0.74% 0.75% -
XYZ 23.14 13.53 5.4 -
YUV 92.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 190 50 58 0 0.74 0.69 0.25 356.57 0.58 0.47
Hex BE 32 3A 0 4A 45 19 165 3A 2F
Octal 276 62 72 0 112 105 31 545 72 57
Binary 10111110 110010 111010 0 1001010 1000101 11001 101100101 111010 101111

Color Harmonies of #BE323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE323A

Black with #BE323A

Text Example


Text Example

White with #BE323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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