Html Css Color HEX #B8373C Mahogany

📋 copy color: '#B8373C'

red 184 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #B8373C

Tints of Mahogany #B8373C

RGB

 RED value IS 184 (72.27% from 255) = 61.54%

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

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

R = 61.54%
G = 18.39%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8373C (or 0xB8373C) is known color: Mahogany. HEX triplet: B8, 37 and 3C. RGB value is (184,55,60). Sum of RGB (Red+Green+Blue) = 184+55+60=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8373C is #47C8C3. Grayscale: #5E5E5E. Windows color (decimal): -4704452 or 3946424. OLE color: 3946424.

HSL color Cylindrical-coordinate representation of color #B8373C: hue angle of 357.67º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8373C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 55 60 -
CMYK 0 0.70 0.67 0.28
HSL 357.67º 0.54% 0.47% -
HSV(B) 357.67º 0.7% 0.72% -
XYZ 21.95 13.25 5.68 -
YUV 94.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 184 55 60 0 0.70 0.67 0.28 357.67 0.54 0.47
Hex B8 37 3C 0 46 43 1C 166 36 2F
Octal 270 67 74 0 106 103 34 546 66 57
Binary 10111000 110111 111100 0 1000110 1000011 11100 101100110 110110 101111

Color Harmonies of #B8373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8373C

Black with #B8373C

Text Example


Text Example

White with #B8373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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