Html Css Color HEX #B6393B Mahogany

📋 copy color: '#B6393B'

red 182 ◦ green 57 ◦ blue 59

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

Shades of Mahogany #B6393B

Tints of Mahogany #B6393B

RGB

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

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

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

R = 61.07%
G = 19.13%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6393B (or 0xB6393B) is known color: Mahogany. HEX triplet: B6, 39 and 3B. RGB value is (182,57,59). Sum of RGB (Red+Green+Blue) = 182+57+59=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B6393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6393B is #49C6C4. Grayscale: #5E5E5E. Windows color (decimal): -4835013 or 3881398. OLE color: 3881398.

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

Color convert

RGB 182 57 59 -
CMYK 0 0.69 0.68 0.29
HSL 359.04º 0.52% 0.47% -
HSV(B) 359.04º 0.69% 0.71% -
XYZ 21.54 13.19 5.55 -
YUV 94.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 182 57 59 0 0.69 0.68 0.29 359.04 0.52 0.47
Hex B6 39 3B 0 45 44 1D 167 34 2F
Octal 266 71 73 0 105 104 35 547 64 57
Binary 10110110 111001 111011 0 1000101 1000100 11101 101100111 110100 101111

Color Harmonies of #B6393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6393B

Black with #B6393B

Text Example


Text Example

White with #B6393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6393B; }

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

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

background-color css

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

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

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

border-color css

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

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

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