Html Css Color HEX #BD4042 Mahogany

📋 copy color: '#BD4042'

red 189 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #BD4042

Tints of Mahogany #BD4042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 59.25%
G = 20.06%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BD4042 (or 0xBD4042) is known color: Mahogany. HEX triplet: BD, 40 and 42. RGB value is (189,64,66). Sum of RGB (Red+Green+Blue) = 189+64+66=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4042 is #42BFBD. Grayscale: #656565. Windows color (decimal): -4374462 or 4341949. OLE color: 4341949.

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

Color convert

RGB 189 64 66 -
CMYK 0 0.66 0.65 0.26
HSL 359.04º 0.49% 0.5% -
HSV(B) 359.04º 0.66% 0.74% -
XYZ 23.8 14.88 6.77 -
YUV 101.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 189 64 66 0 0.66 0.65 0.26 359.04 0.49 0.5
Hex BD 40 42 0 42 41 1A 167 31 32
Octal 275 100 102 0 102 101 32 547 61 62
Binary 10111101 1000000 1000010 0 1000010 1000001 11010 101100111 110001 110010

Color Harmonies of #BD4042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4042

Black with #BD4042

Text Example


Text Example

White with #BD4042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4042; }

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

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

background-color css

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

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

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

border-color css

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

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

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