Html Css Color HEX #BE3238 Mahogany

📋 copy color: '#BE3238'

red 190 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #BE3238

Tints of Mahogany #BE3238

RGB

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

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

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

R = 64.19%
G = 16.89%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE3238 (or 0xBE3238) is known color: Mahogany. HEX triplet: BE, 32 and 38. RGB value is (190,50,56). Sum of RGB (Red+Green+Blue) = 190+50+56=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3238 is #41CDC7. Grayscale: #5C5C5C. Windows color (decimal): -4312520 or 3683006. OLE color: 3683006.

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

Color convert

RGB 190 50 56 -
CMYK 0 0.74 0.71 0.25
HSL 357.43º 0.58% 0.47% -
HSV(B) 357.43º 0.74% 0.75% -
XYZ 23.09 13.51 5.13 -
YUV 92.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 190 50 56 0 0.74 0.71 0.25 357.43 0.58 0.47
Hex BE 32 38 0 4A 47 19 165 3A 2F
Octal 276 62 70 0 112 107 31 545 72 57
Binary 10111110 110010 111000 0 1001010 1000111 11001 101100101 111010 101111

Color Harmonies of #BE3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3238

Black with #BE3238

Text Example


Text Example

White with #BE3238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3238; }

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

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

background-color css

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

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

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

border-color css

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

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

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