Html Css Color HEX #B9393D Mahogany

📋 copy color: '#B9393D'

red 185 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #B9393D

Tints of Mahogany #B9393D

RGB

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

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

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

R = 61.06%
G = 18.81%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B9393D (or 0xB9393D) is known color: Mahogany. HEX triplet: B9, 39 and 3D. RGB value is (185,57,61). Sum of RGB (Red+Green+Blue) = 185+57+61=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9393D is #46C6C2. Grayscale: #5F5F5F. Windows color (decimal): -4638403 or 4012473. OLE color: 4012473.

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

Color convert

RGB 185 57 61 -
CMYK 0 0.69 0.67 0.27
HSL 358.13º 0.53% 0.47% -
HSV(B) 358.13º 0.69% 0.73% -
XYZ 22.31 13.58 5.86 -
YUV 95.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 185 57 61 0 0.69 0.67 0.27 358.13 0.53 0.47
Hex B9 39 3D 0 45 43 1B 166 35 2F
Octal 271 71 75 0 105 103 33 546 65 57
Binary 10111001 111001 111101 0 1000101 1000011 11011 101100110 110101 101111

Color Harmonies of #B9393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9393D

Black with #B9393D

Text Example


Text Example

White with #B9393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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