Html Css Color HEX #B72B32 Mahogany

📋 copy color: '#B72B32'

red 183 ◦ green 43 ◦ blue 50

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

Shades of Mahogany #B72B32

Tints of Mahogany #B72B32

RGB

 RED value IS 183 (71.88% from 255) = 66.3%

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

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 66.3%
G = 15.58%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B72B32 (or 0xB72B32) is known color: Mahogany. HEX triplet: B7, 2B and 32. RGB value is (183,43,50). Sum of RGB (Red+Green+Blue) = 183+43+50=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72B32 is #48D4CD. Grayscale: #555555. Windows color (decimal): -4773070 or 3287991. OLE color: 3287991.

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

Color convert

RGB 183 43 50 -
CMYK 0 0.77 0.73 0.28
HSL 357º 0.62% 0.44% -
HSV(B) 357º 0.77% 0.72% -
XYZ 20.97 12.03 4.23 -
YUV 85.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 183 43 50 0 0.77 0.73 0.28 357 0.62 0.44
Hex B7 2B 32 0 4D 49 1C 165 3E 2C
Octal 267 53 62 0 115 111 34 545 76 54
Binary 10110111 101011 110010 0 1001101 1001001 11100 101100101 111110 101100

Color Harmonies of #B72B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72B32

Black with #B72B32

Text Example


Text Example

White with #B72B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72B32; }

 p { color: rgb(183,43,50); }

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

background-color css

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

 a { background-color: rgb(183,43,50); }

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

border-color css

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

 span { border-color: rgb(183,43,50); }

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