Html Css Color HEX #B74142 Mahogany

📋 copy color: '#B74142'

red 183 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #B74142

Tints of Mahogany #B74142

RGB

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

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

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

R = 58.28%
G = 20.7%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B74142 (or 0xB74142) is known color: Mahogany. HEX triplet: B7, 41 and 42. RGB value is (183,65,66). Sum of RGB (Red+Green+Blue) = 183+65+66=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B74142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74142 is #48BEBD. Grayscale: #646464. Windows color (decimal): -4767422 or 4342199. OLE color: 4342199.

HSL color Cylindrical-coordinate representation of color #B74142: hue angle of 359.49º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74142 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 66 -
CMYK 0 0.64 0.64 0.28
HSL 359.49º 0.48% 0.49% -
HSV(B) 359.49º 0.64% 0.72% -
XYZ 22.4 14.24 6.72 -
YUV 100.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 183 65 66 0 0.64 0.64 0.28 359.49 0.48 0.49
Hex B7 41 42 0 40 40 1C 167 30 31
Octal 267 101 102 0 100 100 34 547 60 61
Binary 10110111 1000001 1000010 0 1000000 1000000 11100 101100111 110000 110001

Color Harmonies of #B74142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74142

Black with #B74142

Text Example


Text Example

White with #B74142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74142; }

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

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

background-color css

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

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

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

border-color css

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

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

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