Html Css Color HEX #B94142 Mahogany

📋 copy color: '#B94142'

red 185 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #B94142

Tints of Mahogany #B94142

RGB

 RED value IS 185 (72.66% from 255) = 58.54%

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

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

R = 58.54%
G = 20.57%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B94142 (or 0xB94142) is known color: Mahogany. HEX triplet: B9, 41 and 42. RGB value is (185,65,66). Sum of RGB (Red+Green+Blue) = 185+65+66=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B94142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94142 is #46BEBD. Grayscale: #656565. Windows color (decimal): -4636350 or 4342201. OLE color: 4342201.

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

Color convert

RGB 185 65 66 -
CMYK 0 0.65 0.64 0.27
HSL 359.5º 0.48% 0.49% -
HSV(B) 359.5º 0.65% 0.73% -
XYZ 22.88 14.49 6.74 -
YUV 100.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 185 65 66 0 0.65 0.64 0.27 359.5 0.48 0.49
Hex B9 41 42 0 41 40 1B 168 30 31
Octal 271 101 102 0 101 100 33 550 60 61
Binary 10111001 1000001 1000010 0 1000001 1000000 11011 101101000 110000 110001

Color Harmonies of #B94142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94142

Black with #B94142

Text Example


Text Example

White with #B94142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94142; }

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

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

background-color css

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

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

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

border-color css

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

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

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