Html Css Color HEX #B34142 Mahogany

📋 copy color: '#B34142'

red 179 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #B34142

Tints of Mahogany #B34142

RGB

 RED value IS 179 (70.31% from 255) = 57.74%

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

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

R = 57.74%
G = 20.97%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B34142 (or 0xB34142) is known color: Mahogany. HEX triplet: B3, 41 and 42. RGB value is (179,65,66). Sum of RGB (Red+Green+Blue) = 179+65+66=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B34142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34142 is #4CBEBD. Grayscale: #636363. Windows color (decimal): -5029566 or 4342195. OLE color: 4342195.

HSL color Cylindrical-coordinate representation of color #B34142: hue angle of 359.47º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34142 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 66 -
CMYK 0 0.64 0.63 0.30
HSL 359.47º 0.47% 0.48% -
HSV(B) 359.47º 0.64% 0.7% -
XYZ 21.46 13.76 6.68 -
YUV 99.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 179 65 66 0 0.64 0.63 0.30 359.47 0.47 0.48
Hex B3 41 42 0 40 3F 1E 167 2F 30
Octal 263 101 102 0 100 77 36 547 57 60
Binary 10110011 1000001 1000010 0 1000000 111111 11110 101100111 101111 110000

Color Harmonies of #B34142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34142

Black with #B34142

Text Example


Text Example

White with #B34142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34142; }

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

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

background-color css

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

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

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

border-color css

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

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

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