Html Css Color HEX #B93B3E Mahogany

📋 copy color: '#B93B3E'

red 185 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #B93B3E

Tints of Mahogany #B93B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 60.46%
G = 19.28%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B93B3E (or 0xB93B3E) is known color: Mahogany. HEX triplet: B9, 3B and 3E. RGB value is (185,59,62). Sum of RGB (Red+Green+Blue) = 185+59+62=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B3E is #46C4C1. Grayscale: #616161. Windows color (decimal): -4637890 or 4078521. OLE color: 4078521.

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

Color convert

RGB 185 59 62 -
CMYK 0 0.68 0.66 0.27
HSL 358.57º 0.52% 0.48% -
HSV(B) 358.57º 0.68% 0.73% -
XYZ 22.44 13.79 6.04 -
YUV 97.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 185 59 62 0 0.68 0.66 0.27 358.57 0.52 0.48
Hex B9 3B 3E 0 44 42 1B 167 34 30
Octal 271 73 76 0 104 102 33 547 64 60
Binary 10111001 111011 111110 0 1000100 1000010 11011 101100111 110100 110000

Color Harmonies of #B93B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B3E

Black with #B93B3E

Text Example


Text Example

White with #B93B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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