Html Css Color HEX #B82B2D Mahogany

📋 copy color: '#B82B2D'

red 184 ◦ green 43 ◦ blue 45

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

Shades of Mahogany #B82B2D

Tints of Mahogany #B82B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 67.65%
G = 15.81%
B = 16.54%

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

#B82B2D (or 0xB82B2D) is known color: Mahogany. HEX triplet: B8, 2B and 2D. RGB value is (184,43,45). Sum of RGB (Red+Green+Blue) = 184+43+45=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82B2D is #47D4D2. Grayscale: #555555. Windows color (decimal): -4707539 or 2960312. OLE color: 2960312.

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

Color convert

RGB 184 43 45 -
CMYK 0 0.77 0.76 0.28
HSL 359.15º 0.62% 0.45% -
HSV(B) 359.15º 0.77% 0.72% -
XYZ 21.1 12.11 3.71 -
YUV 85.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 184 43 45 0 0.77 0.76 0.28 359.15 0.62 0.45
Hex B8 2B 2D 0 4D 4C 1C 167 3E 2D
Octal 270 53 55 0 115 114 34 547 76 55
Binary 10111000 101011 101101 0 1001101 1001100 11100 101100111 111110 101101

Color Harmonies of #B82B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B2D

Black with #B82B2D

Text Example


Text Example

White with #B82B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B2D; }

 p { color: rgb(184,43,45); }

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

background-color css

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

 a { background-color: rgb(184,43,45); }

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

border-color css

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

 span { border-color: rgb(184,43,45); }

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