Html Css Color HEX #BE373C Mahogany

📋 copy color: '#BE373C'

red 190 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #BE373C

Tints of Mahogany #BE373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 62.3%
G = 18.03%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE373C (or 0xBE373C) is known color: Mahogany. HEX triplet: BE, 37 and 3C. RGB value is (190,55,60). Sum of RGB (Red+Green+Blue) = 190+55+60=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE373C is #41C8C3. Grayscale: #606060. Windows color (decimal): -4311236 or 3946430. OLE color: 3946430.

HSL color Cylindrical-coordinate representation of color #BE373C: hue angle of 357.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE373C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 55 60 -
CMYK 0 0.71 0.68 0.25
HSL 357.78º 0.55% 0.48% -
HSV(B) 357.78º 0.71% 0.75% -
XYZ 23.42 14.01 5.74 -
YUV 95.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 190 55 60 0 0.71 0.68 0.25 357.78 0.55 0.48
Hex BE 37 3C 0 47 44 19 166 37 30
Octal 276 67 74 0 107 104 31 546 67 60
Binary 10111110 110111 111100 0 1000111 1000100 11001 101100110 110111 110000

Color Harmonies of #BE373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE373C

Black with #BE373C

Text Example


Text Example

White with #BE373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE373C; }

 p { color: rgb(190,55,60); }

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

background-color css

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

 a { background-color: rgb(190,55,60); }

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

border-color css

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

 span { border-color: rgb(190,55,60); }

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