Html Css Color HEX #B84142 Mahogany

📋 copy color: '#B84142'

red 184 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #B84142

Tints of Mahogany #B84142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 58.41%
G = 20.63%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B84142 (or 0xB84142) is known color: Mahogany. HEX triplet: B8, 41 and 42. RGB value is (184,65,66). Sum of RGB (Red+Green+Blue) = 184+65+66=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B84142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84142 is #47BEBD. Grayscale: #646464. Windows color (decimal): -4701886 or 4342200. OLE color: 4342200.

HSL color Cylindrical-coordinate representation of color #B84142: 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 #B84142 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 65 66 -
CMYK 0 0.65 0.64 0.28
HSL 359.5º 0.48% 0.49% -
HSV(B) 359.5º 0.65% 0.72% -
XYZ 22.64 14.36 6.73 -
YUV 100.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 184 65 66 0 0.65 0.64 0.28 359.5 0.48 0.49
Hex B8 41 42 0 41 40 1C 167 30 31
Octal 270 101 102 0 101 100 34 547 60 61
Binary 10111000 1000001 1000010 0 1000001 1000000 11100 101100111 110000 110001

Color Harmonies of #B84142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84142

Black with #B84142

Text Example


Text Example

White with #B84142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84142; }

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

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

background-color css

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

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

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

border-color css

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

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

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