Html Css Color HEX #B9373C Mahogany

📋 copy color: '#B9373C'

red 185 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #B9373C

Tints of Mahogany #B9373C

RGB

 RED value IS 185 (72.66% from 255) = 61.67%

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

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

R = 61.67%
G = 18.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9373C (or 0xB9373C) is known color: Mahogany. HEX triplet: B9, 37 and 3C. RGB value is (185,55,60). Sum of RGB (Red+Green+Blue) = 185+55+60=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9373C is #46C8C3. Grayscale: #5E5E5E. Windows color (decimal): -4638916 or 3946425. OLE color: 3946425.

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

Color convert

RGB 185 55 60 -
CMYK 0 0.70 0.68 0.27
HSL 357.69º 0.54% 0.47% -
HSV(B) 357.69º 0.7% 0.73% -
XYZ 22.19 13.37 5.69 -
YUV 94.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 185 55 60 0 0.70 0.68 0.27 357.69 0.54 0.47
Hex B9 37 3C 0 46 44 1B 166 36 2F
Octal 271 67 74 0 106 104 33 546 66 57
Binary 10111001 110111 111100 0 1000110 1000100 11011 101100110 110110 101111

Color Harmonies of #B9373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9373C

Black with #B9373C

Text Example


Text Example

White with #B9373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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