Html Css Color HEX #B82A2C Mahogany

📋 copy color: '#B82A2C'

red 184 ◦ green 42 ◦ blue 44

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

Shades of Mahogany #B82A2C

Tints of Mahogany #B82A2C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 68.15%
G = 15.56%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B82A2C (or 0xB82A2C) is known color: Mahogany. HEX triplet: B8, 2A and 2C. RGB value is (184,42,44). Sum of RGB (Red+Green+Blue) = 184+42+44=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82A2C is #47D5D3. Grayscale: #545454. Windows color (decimal): -4707796 or 2894520. OLE color: 2894520.

HSL color Cylindrical-coordinate representation of color #B82A2C: hue angle of 359.15º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82A2C is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 42 44 -
CMYK 0 0.77 0.76 0.28
HSL 359.15º 0.63% 0.44% -
HSV(B) 359.15º 0.77% 0.72% -
XYZ 21.05 12.03 3.6 -
YUV 84.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 184 42 44 0 0.77 0.76 0.28 359.15 0.63 0.44
Hex B8 2A 2C 0 4D 4C 1C 167 3F 2C
Octal 270 52 54 0 115 114 34 547 77 54
Binary 10111000 101010 101100 0 1001101 1001100 11100 101100111 111111 101100

Color Harmonies of #B82A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82A2C

Black with #B82A2C

Text Example


Text Example

White with #B82A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82A2C; }

 p { color: rgb(184,42,44); }

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

background-color css

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

 a { background-color: rgb(184,42,44); }

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

border-color css

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

 span { border-color: rgb(184,42,44); }

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