Html Css Color HEX #B84041 Mahogany

📋 copy color: '#B84041'

red 184 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #B84041

Tints of Mahogany #B84041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 58.79%
G = 20.45%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B84041 (or 0xB84041) is known color: Mahogany. HEX triplet: B8, 40 and 41. RGB value is (184,64,65). Sum of RGB (Red+Green+Blue) = 184+64+65=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B84041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84041 is #47BFBE. Grayscale: #646464. Windows color (decimal): -4702143 or 4276408. OLE color: 4276408.

HSL color Cylindrical-coordinate representation of color #B84041: hue angle of 359.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84041 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 65 -
CMYK 0 0.65 0.65 0.28
HSL 359.5º 0.48% 0.49% -
HSV(B) 359.5º 0.65% 0.72% -
XYZ 22.55 14.24 6.56 -
YUV 99.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 184 64 65 0 0.65 0.65 0.28 359.5 0.48 0.49
Hex B8 40 41 0 41 41 1C 168 30 31
Octal 270 100 101 0 101 101 34 550 60 61
Binary 10111000 1000000 1000001 0 1000001 1000001 11100 101101000 110000 110001

Color Harmonies of #B84041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84041

Black with #B84041

Text Example


Text Example

White with #B84041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84041; }

 p { color: rgb(184,64,65); }

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

background-color css

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

 a { background-color: rgb(184,64,65); }

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

border-color css

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

 span { border-color: rgb(184,64,65); }

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