Html Css Color HEX #B73032 Mahogany

📋 copy color: '#B73032'

red 183 ◦ green 48 ◦ blue 50

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

Shades of Mahogany #B73032

Tints of Mahogany #B73032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

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

R = 65.12%
G = 17.08%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B73032 (or 0xB73032) is known color: Mahogany. HEX triplet: B7, 30 and 32. RGB value is (183,48,50). Sum of RGB (Red+Green+Blue) = 183+48+50=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B73032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73032 is #48CFCD. Grayscale: #585858. Windows color (decimal): -4771790 or 3289271. OLE color: 3289271.

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

Color convert

RGB 183 48 50 -
CMYK 0 0.74 0.73 0.28
HSL 359.11º 0.58% 0.45% -
HSV(B) 359.11º 0.74% 0.72% -
XYZ 21.16 12.41 4.3 -
YUV 88.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 183 48 50 0 0.74 0.73 0.28 359.11 0.58 0.45
Hex B7 30 32 0 4A 49 1C 167 3A 2D
Octal 267 60 62 0 112 111 34 547 72 55
Binary 10110111 110000 110010 0 1001010 1001001 11100 101100111 111010 101101

Color Harmonies of #B73032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73032

Black with #B73032

Text Example


Text Example

White with #B73032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73032; }

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

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

background-color css

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

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

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

border-color css

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

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

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