Html Css Color HEX #B9353B Mahogany

📋 copy color: '#B9353B'

red 185 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #B9353B

Tints of Mahogany #B9353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.85%

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

R = 62.29%
G = 17.85%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9353B (or 0xB9353B) is known color: Mahogany. HEX triplet: B9, 35 and 3B. RGB value is (185,53,59). Sum of RGB (Red+Green+Blue) = 185+53+59=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9353B is #46CAC4. Grayscale: #5D5D5D. Windows color (decimal): -4639429 or 3880377. OLE color: 3880377.

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

Color convert

RGB 185 53 59 -
CMYK 0 0.71 0.68 0.27
HSL 357.27º 0.55% 0.47% -
HSV(B) 357.27º 0.71% 0.73% -
XYZ 22.07 13.18 5.52 -
YUV 93.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 185 53 59 0 0.71 0.68 0.27 357.27 0.55 0.47
Hex B9 35 3B 0 47 44 1B 165 37 2F
Octal 271 65 73 0 107 104 33 545 67 57
Binary 10111001 110101 111011 0 1000111 1000100 11011 101100101 110111 101111

Color Harmonies of #B9353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9353B

Black with #B9353B

Text Example


Text Example

White with #B9353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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