Html Css Color HEX #BD4547 Mahogany

📋 copy color: '#BD4547'

red 189 ◦ green 69 ◦ blue 71

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

Shades of Mahogany #BD4547

Tints of Mahogany #BD4547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 57.45%
G = 20.97%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD4547 (or 0xBD4547) is known color: Mahogany. HEX triplet: BD, 45 and 47. RGB value is (189,69,71). Sum of RGB (Red+Green+Blue) = 189+69+71=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4547 is #42BAB8. Grayscale: #696969. Windows color (decimal): -4373177 or 4670909. OLE color: 4670909.

HSL color Cylindrical-coordinate representation of color #BD4547: hue angle of 359º 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 #BD4547 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 71 -
CMYK 0 0.63 0.62 0.26
HSL 359º 0.48% 0.51% -
HSV(B) 359º 0.63% 0.74% -
XYZ 24.25 15.53 7.68 -
YUV 105.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 189 69 71 0 0.63 0.62 0.26 359 0.48 0.51
Hex BD 45 47 0 3F 3E 1A 167 30 33
Octal 275 105 107 0 77 76 32 547 60 63
Binary 10111101 1000101 1000111 0 111111 111110 11010 101100111 110000 110011

Color Harmonies of #BD4547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4547

Black with #BD4547

Text Example


Text Example

White with #BD4547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4547; }

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

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

background-color css

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

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

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

border-color css

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

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

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