Html Css Color HEX #B93739 Mahogany

📋 copy color: '#B93739'

red 185 ◦ green 55 ◦ blue 57

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

Shades of Mahogany #B93739

Tints of Mahogany #B93739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 62.29%
G = 18.52%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B93739 (or 0xB93739) is known color: Mahogany. HEX triplet: B9, 37 and 39. RGB value is (185,55,57). Sum of RGB (Red+Green+Blue) = 185+55+57=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B93739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93739 is #46C8C6. Grayscale: #5E5E5E. Windows color (decimal): -4638919 or 3749817. OLE color: 3749817.

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

Color convert

RGB 185 55 57 -
CMYK 0 0.70 0.69 0.27
HSL 359.08º 0.54% 0.47% -
HSV(B) 359.08º 0.7% 0.73% -
XYZ 22.11 13.34 5.28 -
YUV 94.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 185 55 57 0 0.70 0.69 0.27 359.08 0.54 0.47
Hex B9 37 39 0 46 45 1B 167 36 2F
Octal 271 67 71 0 106 105 33 547 66 57
Binary 10111001 110111 111001 0 1000110 1000101 11011 101100111 110110 101111

Color Harmonies of #B93739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93739

Black with #B93739

Text Example


Text Example

White with #B93739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93739; }

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

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

background-color css

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

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

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

border-color css

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

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

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