Html Css Color HEX #B83237 Mahogany

📋 copy color: '#B83237'

red 184 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #B83237

Tints of Mahogany #B83237

RGB

 RED value IS 184 (72.27% from 255) = 63.67%

 GREEN value IS 50 (19.92% from 255) = 17.3%

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

R = 63.67%
G = 17.3%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B83237 (or 0xB83237) is known color: Mahogany. HEX triplet: B8, 32 and 37. RGB value is (184,50,55). Sum of RGB (Red+Green+Blue) = 184+50+55=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B83237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83237 is #47CDC8. Grayscale: #5A5A5A. Windows color (decimal): -4705737 or 3617464. OLE color: 3617464.

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

Color convert

RGB 184 50 55 -
CMYK 0 0.73 0.70 0.28
HSL 357.76º 0.57% 0.46% -
HSV(B) 357.76º 0.73% 0.72% -
XYZ 21.6 12.75 4.94 -
YUV 90.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 184 50 55 0 0.73 0.70 0.28 357.76 0.57 0.46
Hex B8 32 37 0 49 46 1C 166 39 2E
Octal 270 62 67 0 111 106 34 546 71 56
Binary 10111000 110010 110111 0 1001001 1000110 11100 101100110 111001 101110

Color Harmonies of #B83237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83237

Black with #B83237

Text Example


Text Example

White with #B83237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83237; }

 p { color: rgb(184,50,55); }

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

background-color css

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

 a { background-color: rgb(184,50,55); }

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

border-color css

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

 span { border-color: rgb(184,50,55); }

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