Html Css Color HEX #B6373B Mahogany

📋 copy color: '#B6373B'

red 182 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #B6373B

Tints of Mahogany #B6373B

RGB

 RED value IS 182 (71.48% from 255) = 61.49%

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

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

R = 61.49%
G = 18.58%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6373B (or 0xB6373B) is known color: Mahogany. HEX triplet: B6, 37 and 3B. RGB value is (182,55,59). Sum of RGB (Red+Green+Blue) = 182+55+59=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6373B is #49C8C4. Grayscale: #5D5D5D. Windows color (decimal): -4835525 or 3880886. OLE color: 3880886.

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

Color convert

RGB 182 55 59 -
CMYK 0 0.70 0.68 0.29
HSL 358.11º 0.54% 0.46% -
HSV(B) 358.11º 0.7% 0.71% -
XYZ 21.45 12.99 5.52 -
YUV 93.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 182 55 59 0 0.70 0.68 0.29 358.11 0.54 0.46
Hex B6 37 3B 0 46 44 1D 166 36 2E
Octal 266 67 73 0 106 104 35 546 66 56
Binary 10110110 110111 111011 0 1000110 1000100 11101 101100110 110110 101110

Color Harmonies of #B6373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6373B

Black with #B6373B

Text Example


Text Example

White with #B6373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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