Html Css Color HEX #BD4244 Mahogany

📋 copy color: '#BD4244'

red 189 ◦ green 66 ◦ blue 68

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

Shades of Mahogany #BD4244

Tints of Mahogany #BD4244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.43%

 BLUE value IS 68 (26.95% from 255) = 21.05%

R = 58.51%
G = 20.43%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD4244 (or 0xBD4244) is known color: Mahogany. HEX triplet: BD, 42 and 44. RGB value is (189,66,68). Sum of RGB (Red+Green+Blue) = 189+66+68=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4244 is #42BDBB. Grayscale: #676767. Windows color (decimal): -4373948 or 4473533. OLE color: 4473533.

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

Color convert

RGB 189 66 68 -
CMYK 0 0.65 0.64 0.26
HSL 359.02º 0.48% 0.5% -
HSV(B) 359.02º 0.65% 0.74% -
XYZ 23.98 15.13 7.13 -
YUV 103.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 189 66 68 0 0.65 0.64 0.26 359.02 0.48 0.5
Hex BD 42 44 0 41 40 1A 167 30 32
Octal 275 102 104 0 101 100 32 547 60 62
Binary 10111101 1000010 1000100 0 1000001 1000000 11010 101100111 110000 110010

Color Harmonies of #BD4244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4244

Black with #BD4244

Text Example


Text Example

White with #BD4244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4244; }

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

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

background-color css

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

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

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

border-color css

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

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

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