Html Css Color HEX #BD4546 Mahogany

📋 copy color: '#BD4546'

red 189 ◦ green 69 ◦ blue 70

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

Shades of Mahogany #BD4546

Tints of Mahogany #BD4546

RGB

 RED value IS 189 (74.22% from 255) = 57.62%

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

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

R = 57.62%
G = 21.04%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD4546 (or 0xBD4546) is known color: Mahogany. HEX triplet: BD, 45 and 46. RGB value is (189,69,70). Sum of RGB (Red+Green+Blue) = 189+69+70=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4546 is #42BAB9. Grayscale: #696969. Windows color (decimal): -4373178 or 4605373. OLE color: 4605373.

HSL color Cylindrical-coordinate representation of color #BD4546: hue angle of 359.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4546 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 70 -
CMYK 0 0.63 0.63 0.26
HSL 359.5º 0.48% 0.51% -
HSV(B) 359.5º 0.63% 0.74% -
XYZ 24.22 15.52 7.51 -
YUV 104.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 189 69 70 0 0.63 0.63 0.26 359.5 0.48 0.51
Hex BD 45 46 0 3F 3F 1A 168 30 33
Octal 275 105 106 0 77 77 32 550 60 63
Binary 10111101 1000101 1000110 0 111111 111111 11010 101101000 110000 110011

Color Harmonies of #BD4546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4546

Black with #BD4546

Text Example


Text Example

White with #BD4546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4546; }

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

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

background-color css

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

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

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

border-color css

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

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

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