Html Css Color HEX #B93437 Mahogany

📋 copy color: '#B93437'

red 185 ◦ green 52 ◦ blue 55

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

Shades of Mahogany #B93437

Tints of Mahogany #B93437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

 BLUE value IS 55 (21.88% from 255) = 18.84%

R = 63.36%
G = 17.81%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B93437 (or 0xB93437) is known color: Mahogany. HEX triplet: B9, 34 and 37. RGB value is (185,52,55). Sum of RGB (Red+Green+Blue) = 185+52+55=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B93437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93437 is #46CBC8. Grayscale: #5C5C5C. Windows color (decimal): -4639689 or 3617977. OLE color: 3617977.

HSL color Cylindrical-coordinate representation of color #B93437: hue angle of 358.65º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93437 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 55 -
CMYK 0 0.72 0.70 0.27
HSL 358.65º 0.56% 0.46% -
HSV(B) 358.65º 0.72% 0.73% -
XYZ 21.93 13.05 4.98 -
YUV 92.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 185 52 55 0 0.72 0.70 0.27 358.65 0.56 0.46
Hex B9 34 37 0 48 46 1B 167 38 2E
Octal 271 64 67 0 110 106 33 547 70 56
Binary 10111001 110100 110111 0 1001000 1000110 11011 101100111 111000 101110

Color Harmonies of #B93437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93437

Black with #B93437

Text Example


Text Example

White with #B93437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93437; }

 p { color: rgb(185,52,55); }

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

background-color css

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

 a { background-color: rgb(185,52,55); }

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

border-color css

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

 span { border-color: rgb(185,52,55); }

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