Html Css Color HEX #BE3239 Mahogany

📋 copy color: '#BE3239'

red 190 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #BE3239

Tints of Mahogany #BE3239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 63.97%
G = 16.84%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.7

 K value IS 0.25

RGB Variations

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

Color information

#BE3239 (or 0xBE3239) is known color: Mahogany. HEX triplet: BE, 32 and 39. RGB value is (190,50,57). Sum of RGB (Red+Green+Blue) = 190+50+57=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3239 is #41CDC6. Grayscale: #5C5C5C. Windows color (decimal): -4312519 or 3748542. OLE color: 3748542.

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

Color convert

RGB 190 50 57 -
CMYK 0 0.74 0.7 0.25
HSL 357º 0.58% 0.47% -
HSV(B) 357º 0.74% 0.75% -
XYZ 23.11 13.52 5.26 -
YUV 92.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 190 50 57 0 0.74 0.7 0.25 357 0.58 0.47
Hex BE 32 39 0 4A 46 19 165 3A 2F
Octal 276 62 71 0 112 106 31 545 72 57
Binary 10111110 110010 111001 0 1001010 1000110 11001 101100101 111010 101111

Color Harmonies of #BE3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3239

Black with #BE3239

Text Example


Text Example

White with #BE3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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