Html Css Color HEX #BE3234 Mahogany

📋 copy color: '#BE3234'

red 190 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #BE3234

Tints of Mahogany #BE3234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 65.07%
G = 17.12%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE3234 (or 0xBE3234) is known color: Mahogany. HEX triplet: BE, 32 and 34. RGB value is (190,50,52). Sum of RGB (Red+Green+Blue) = 190+50+52=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3234 is #41CDCB. Grayscale: #5C5C5C. Windows color (decimal): -4312524 or 3420862. OLE color: 3420862.

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

Color convert

RGB 190 50 52 -
CMYK 0 0.74 0.73 0.25
HSL 359.14º 0.58% 0.47% -
HSV(B) 359.14º 0.74% 0.75% -
XYZ 23 13.48 4.64 -
YUV 92.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 190 50 52 0 0.74 0.73 0.25 359.14 0.58 0.47
Hex BE 32 34 0 4A 49 19 167 3A 2F
Octal 276 62 64 0 112 111 31 547 72 57
Binary 10111110 110010 110100 0 1001010 1001001 11001 101100111 111010 101111

Color Harmonies of #BE3234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3234

Black with #BE3234

Text Example


Text Example

White with #BE3234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3234; }

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

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

background-color css

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

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

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

border-color css

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

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

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