Html Css Color HEX #B74143 Mahogany

📋 copy color: '#B74143'

red 183 ◦ green 65 ◦ blue 67

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

Shades of Mahogany #B74143

Tints of Mahogany #B74143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 58.1%
G = 20.63%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B74143 (or 0xB74143) is known color: Mahogany. HEX triplet: B7, 41 and 43. RGB value is (183,65,67). Sum of RGB (Red+Green+Blue) = 183+65+67=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B74143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74143 is #48BEBC. Grayscale: #646464. Windows color (decimal): -4767421 or 4407735. OLE color: 4407735.

HSL color Cylindrical-coordinate representation of color #B74143: hue angle of 358.98º 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 #B74143 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 67 -
CMYK 0 0.64 0.63 0.28
HSL 358.98º 0.48% 0.49% -
HSV(B) 358.98º 0.64% 0.72% -
XYZ 22.43 14.25 6.88 -
YUV 100.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 183 65 67 0 0.64 0.63 0.28 358.98 0.48 0.49
Hex B7 41 43 0 40 3F 1C 167 30 31
Octal 267 101 103 0 100 77 34 547 60 61
Binary 10110111 1000001 1000011 0 1000000 111111 11100 101100111 110000 110001

Color Harmonies of #B74143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74143

Black with #B74143

Text Example


Text Example

White with #B74143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74143; }

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

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

background-color css

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

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

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

border-color css

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

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

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