Html Css Color HEX #B6393D Mahogany

📋 copy color: '#B6393D'

red 182 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #B6393D

Tints of Mahogany #B6393D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 60.67%
G = 19%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6393D (or 0xB6393D) is known color: Mahogany. HEX triplet: B6, 39 and 3D. RGB value is (182,57,61). Sum of RGB (Red+Green+Blue) = 182+57+61=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B6393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6393D is #49C6C2. Grayscale: #5E5E5E. Windows color (decimal): -4835011 or 4012470. OLE color: 4012470.

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

Color convert

RGB 182 57 61 -
CMYK 0 0.69 0.66 0.29
HSL 358.08º 0.52% 0.47% -
HSV(B) 358.08º 0.69% 0.71% -
XYZ 21.6 13.21 5.83 -
YUV 94.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 182 57 61 0 0.69 0.66 0.29 358.08 0.52 0.47
Hex B6 39 3D 0 45 42 1D 166 34 2F
Octal 266 71 75 0 105 102 35 546 64 57
Binary 10110110 111001 111101 0 1000101 1000010 11101 101100110 110100 101111

Color Harmonies of #B6393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6393D

Black with #B6393D

Text Example


Text Example

White with #B6393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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