Html Css Color HEX #BD4446 Mahogany

📋 copy color: '#BD4446'

red 189 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #BD4446

Tints of Mahogany #BD4446

RGB

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

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

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

R = 57.8%
G = 20.8%
B = 21.41%

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

#BD4446 (or 0xBD4446) is known color: Mahogany. HEX triplet: BD, 44 and 46. RGB value is (189,68,70). Sum of RGB (Red+Green+Blue) = 189+68+70=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4446 is #42BBB9. Grayscale: #686868. Windows color (decimal): -4373434 or 4605117. OLE color: 4605117.

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

Color convert

RGB 189 68 70 -
CMYK 0 0.64 0.63 0.26
HSL 359.01º 0.48% 0.5% -
HSV(B) 359.01º 0.64% 0.74% -
XYZ 24.16 15.4 7.49 -
YUV 104.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 189 68 70 0 0.64 0.63 0.26 359.01 0.48 0.5
Hex BD 44 46 0 40 3F 1A 167 30 32
Octal 275 104 106 0 100 77 32 547 60 62
Binary 10111101 1000100 1000110 0 1000000 111111 11010 101100111 110000 110010

Color Harmonies of #BD4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4446

Black with #BD4446

Text Example


Text Example

White with #BD4446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4446; }

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

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

background-color css

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

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

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

border-color css

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

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

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