Html Css Color HEX #BD4445 Mahogany

📋 copy color: '#BD4445'

red 189 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #BD4445

Tints of Mahogany #BD4445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 57.98%
G = 20.86%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD4445 (or 0xBD4445) is known color: Mahogany. HEX triplet: BD, 44 and 45. RGB value is (189,68,69). Sum of RGB (Red+Green+Blue) = 189+68+69=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4445 is #42BBBA. Grayscale: #686868. Windows color (decimal): -4373435 or 4539581. OLE color: 4539581.

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

Color convert

RGB 189 68 69 -
CMYK 0 0.64 0.63 0.26
HSL 359.5º 0.48% 0.5% -
HSV(B) 359.5º 0.64% 0.74% -
XYZ 24.13 15.38 7.33 -
YUV 104.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 189 68 69 0 0.64 0.63 0.26 359.5 0.48 0.5
Hex BD 44 45 0 40 3F 1A 168 30 32
Octal 275 104 105 0 100 77 32 550 60 62
Binary 10111101 1000100 1000101 0 1000000 111111 11010 101101000 110000 110010

Color Harmonies of #BD4445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4445

Black with #BD4445

Text Example


Text Example

White with #BD4445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4445; }

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

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

background-color css

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

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

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

border-color css

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

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

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