Html Css Color HEX #B83233 Mahogany

📋 copy color: '#B83233'

red 184 ◦ green 50 ◦ blue 51

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

Shades of Mahogany #B83233

Tints of Mahogany #B83233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 64.56%
G = 17.54%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B83233 (or 0xB83233) is known color: Mahogany. HEX triplet: B8, 32 and 33. RGB value is (184,50,51). Sum of RGB (Red+Green+Blue) = 184+50+51=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B83233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83233 is #47CDCC. Grayscale: #5A5A5A. Windows color (decimal): -4705741 or 3355320. OLE color: 3355320.

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

Color convert

RGB 184 50 51 -
CMYK 0 0.73 0.72 0.28
HSL 359.55º 0.57% 0.46% -
HSV(B) 359.55º 0.73% 0.72% -
XYZ 21.51 12.71 4.45 -
YUV 90.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 184 50 51 0 0.73 0.72 0.28 359.55 0.57 0.46
Hex B8 32 33 0 49 48 1C 168 39 2E
Octal 270 62 63 0 111 110 34 550 71 56
Binary 10111000 110010 110011 0 1001001 1001000 11100 101101000 111001 101110

Color Harmonies of #B83233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83233

Black with #B83233

Text Example


Text Example

White with #B83233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83233; }

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

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

background-color css

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

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

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

border-color css

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

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

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