Html Css Color HEX #BD4043 Mahogany

📋 copy color: '#BD4043'

red 189 ◦ green 64 ◦ blue 67

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

Shades of Mahogany #BD4043

Tints of Mahogany #BD4043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 59.06%
G = 20%
B = 20.94%

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

#BD4043 (or 0xBD4043) is known color: Mahogany. HEX triplet: BD, 40 and 43. RGB value is (189,64,67). Sum of RGB (Red+Green+Blue) = 189+64+67=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4043 is #42BFBC. Grayscale: #656565. Windows color (decimal): -4374461 or 4407485. OLE color: 4407485.

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

Color convert

RGB 189 64 67 -
CMYK 0 0.66 0.65 0.26
HSL 358.56º 0.49% 0.5% -
HSV(B) 358.56º 0.66% 0.74% -
XYZ 23.83 14.89 6.93 -
YUV 101.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 189 64 67 0 0.66 0.65 0.26 358.56 0.49 0.5
Hex BD 40 43 0 42 41 1A 167 31 32
Octal 275 100 103 0 102 101 32 547 61 62
Binary 10111101 1000000 1000011 0 1000010 1000001 11010 101100111 110001 110010

Color Harmonies of #BD4043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4043

Black with #BD4043

Text Example


Text Example

White with #BD4043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4043; }

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

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

background-color css

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

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

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

border-color css

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

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

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