Html Css Color HEX #B94546 Mahogany

📋 copy color: '#B94546'

red 185 ◦ green 69 ◦ blue 70

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

Shades of Mahogany #B94546

Tints of Mahogany #B94546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.3%

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 57.1%
G = 21.3%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B94546 (or 0xB94546) is known color: Mahogany. HEX triplet: B9, 45 and 46. RGB value is (185,69,70). Sum of RGB (Red+Green+Blue) = 185+69+70=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B94546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94546 is #46BAB9. Grayscale: #676767. Windows color (decimal): -4635322 or 4605369. OLE color: 4605369.

HSL color Cylindrical-coordinate representation of color #B94546: hue angle of 359.48º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94546 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 70 -
CMYK 0 0.63 0.62 0.27
HSL 359.48º 0.46% 0.5% -
HSV(B) 359.48º 0.63% 0.73% -
XYZ 23.24 15.01 7.47 -
YUV 103.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 185 69 70 0 0.63 0.62 0.27 359.48 0.46 0.5
Hex B9 45 46 0 3F 3E 1B 167 2E 32
Octal 271 105 106 0 77 76 33 547 56 62
Binary 10111001 1000101 1000110 0 111111 111110 11011 101100111 101110 110010

Color Harmonies of #B94546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94546

Black with #B94546

Text Example


Text Example

White with #B94546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94546; }

 p { color: rgb(185,69,70); }

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

background-color css

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

 a { background-color: rgb(185,69,70); }

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

border-color css

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

 span { border-color: rgb(185,69,70); }

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