Html Css Color HEX #B83132 Mahogany

📋 copy color: '#B83132'

red 184 ◦ green 49 ◦ blue 50

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

Shades of Mahogany #B83132

Tints of Mahogany #B83132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.31%

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 65.02%
G = 17.31%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B83132 (or 0xB83132) is known color: Mahogany. HEX triplet: B8, 31 and 32. RGB value is (184,49,50). Sum of RGB (Red+Green+Blue) = 184+49+50=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B83132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83132 is #47CECD. Grayscale: #595959. Windows color (decimal): -4705998 or 3289528. OLE color: 3289528.

HSL color Cylindrical-coordinate representation of color #B83132: hue angle of 359.56º degrees, saturation: 0.58, 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 #B83132 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 49 50 -
CMYK 0 0.73 0.73 0.28
HSL 359.56º 0.58% 0.46% -
HSV(B) 359.56º 0.73% 0.72% -
XYZ 21.44 12.62 4.32 -
YUV 89.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 184 49 50 0 0.73 0.73 0.28 359.56 0.58 0.46
Hex B8 31 32 0 49 49 1C 168 3A 2E
Octal 270 61 62 0 111 111 34 550 72 56
Binary 10111000 110001 110010 0 1001001 1001001 11100 101101000 111010 101110

Color Harmonies of #B83132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83132

Black with #B83132

Text Example


Text Example

White with #B83132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83132; }

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

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

background-color css

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

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

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

border-color css

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

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

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