Html Css Color HEX #B74243 Mahogany

📋 copy color: '#B74243'

red 183 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #B74243

Tints of Mahogany #B74243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

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

R = 57.91%
G = 20.89%
B = 21.2%

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

#B74243 (or 0xB74243) is known color: Mahogany. HEX triplet: B7, 42 and 43. RGB value is (183,66,67). Sum of RGB (Red+Green+Blue) = 183+66+67=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B74243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74243 is #48BDBC. Grayscale: #656565. Windows color (decimal): -4767165 or 4407991. OLE color: 4407991.

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

Color convert

RGB 183 66 67 -
CMYK 0 0.64 0.63 0.28
HSL 359.49º 0.47% 0.49% -
HSV(B) 359.49º 0.64% 0.72% -
XYZ 22.49 14.37 6.9 -
YUV 101.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 183 66 67 0 0.64 0.63 0.28 359.49 0.47 0.49
Hex B7 42 43 0 40 3F 1C 167 2F 31
Octal 267 102 103 0 100 77 34 547 57 61
Binary 10110111 1000010 1000011 0 1000000 111111 11100 101100111 101111 110001

Color Harmonies of #B74243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74243

Black with #B74243

Text Example


Text Example

White with #B74243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74243; }

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

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

background-color css

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

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

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

border-color css

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

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

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