Html Css Color HEX #B9373B Mahogany

📋 copy color: '#B9373B'

red 185 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #B9373B

Tints of Mahogany #B9373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 61.87%
G = 18.39%
B = 19.73%

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

#B9373B (or 0xB9373B) is known color: Mahogany. HEX triplet: B9, 37 and 3B. RGB value is (185,55,59). Sum of RGB (Red+Green+Blue) = 185+55+59=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9373B is #46C8C4. Grayscale: #5E5E5E. Windows color (decimal): -4638917 or 3880889. OLE color: 3880889.

HSL color Cylindrical-coordinate representation of color #B9373B: hue angle of 358.15º 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 #B9373B is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 59 -
CMYK 0 0.70 0.68 0.27
HSL 358.15º 0.54% 0.47% -
HSV(B) 358.15º 0.7% 0.73% -
XYZ 22.16 13.36 5.55 -
YUV 94.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 185 55 59 0 0.70 0.68 0.27 358.15 0.54 0.47
Hex B9 37 3B 0 46 44 1B 166 36 2F
Octal 271 67 73 0 106 104 33 546 66 57
Binary 10111001 110111 111011 0 1000110 1000100 11011 101100110 110110 101111

Color Harmonies of #B9373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9373B

Black with #B9373B

Text Example


Text Example

White with #B9373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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