Html Css Color HEX #B9393B Mahogany

📋 copy color: '#B9393B'

red 185 ◦ green 57 ◦ blue 59

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

Shades of Mahogany #B9393B

Tints of Mahogany #B9393B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.94%

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

R = 61.46%
G = 18.94%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9393B (or 0xB9393B) is known color: Mahogany. HEX triplet: B9, 39 and 3B. RGB value is (185,57,59). Sum of RGB (Red+Green+Blue) = 185+57+59=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9393B is #46C6C4. Grayscale: #5F5F5F. Windows color (decimal): -4638405 or 3881401. OLE color: 3881401.

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

Color convert

RGB 185 57 59 -
CMYK 0 0.69 0.68 0.27
HSL 359.06º 0.53% 0.47% -
HSV(B) 359.06º 0.69% 0.73% -
XYZ 22.26 13.56 5.58 -
YUV 95.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 185 57 59 0 0.69 0.68 0.27 359.06 0.53 0.47
Hex B9 39 3B 0 45 44 1B 167 35 2F
Octal 271 71 73 0 105 104 33 547 65 57
Binary 10111001 111001 111011 0 1000101 1000100 11011 101100111 110101 101111

Color Harmonies of #B9393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9393B

Black with #B9393B

Text Example


Text Example

White with #B9393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9393B; }

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

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

background-color css

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

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

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

border-color css

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

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

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