Html Css Color HEX #BD4144 Mahogany

📋 copy color: '#BD4144'

red 189 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #BD4144

Tints of Mahogany #BD4144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

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

R = 58.7%
G = 20.19%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD4144 (or 0xBD4144) is known color: Mahogany. HEX triplet: BD, 41 and 44. RGB value is (189,65,68). Sum of RGB (Red+Green+Blue) = 189+65+68=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4144 is #42BEBB. Grayscale: #666666. Windows color (decimal): -4374204 or 4473277. OLE color: 4473277.

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

Color convert

RGB 189 65 68 -
CMYK 0 0.66 0.64 0.26
HSL 358.55º 0.49% 0.5% -
HSV(B) 358.55º 0.66% 0.74% -
XYZ 23.92 15.02 7.11 -
YUV 102.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 189 65 68 0 0.66 0.64 0.26 358.55 0.49 0.5
Hex BD 41 44 0 42 40 1A 167 31 32
Octal 275 101 104 0 102 100 32 547 61 62
Binary 10111101 1000001 1000100 0 1000010 1000000 11010 101100111 110001 110010

Color Harmonies of #BD4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4144

Black with #BD4144

Text Example


Text Example

White with #BD4144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4144; }

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

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

background-color css

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

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

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

border-color css

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

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

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