Html Css Color HEX #BD393E Mahogany

📋 copy color: '#BD393E'

red 189 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #BD393E

Tints of Mahogany #BD393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 61.36%
G = 18.51%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD393E (or 0xBD393E) is known color: Mahogany. HEX triplet: BD, 39 and 3E. RGB value is (189,57,62). Sum of RGB (Red+Green+Blue) = 189+57+62=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD393E is #42C6C1. Grayscale: #616161. Windows color (decimal): -4376258 or 4078013. OLE color: 4078013.

HSL color Cylindrical-coordinate representation of color #BD393E: hue angle of 357.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD393E is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 62 -
CMYK 0 0.70 0.67 0.26
HSL 357.73º 0.54% 0.48% -
HSV(B) 357.73º 0.7% 0.74% -
XYZ 23.32 14.09 6.05 -
YUV 97.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 189 57 62 0 0.70 0.67 0.26 357.73 0.54 0.48
Hex BD 39 3E 0 46 43 1A 166 36 30
Octal 275 71 76 0 106 103 32 546 66 60
Binary 10111101 111001 111110 0 1000110 1000011 11010 101100110 110110 110000

Color Harmonies of #BD393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD393E

Black with #BD393E

Text Example


Text Example

White with #BD393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD393E; }

 p { color: rgb(189,57,62); }

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

background-color css

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

 a { background-color: rgb(189,57,62); }

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

border-color css

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

 span { border-color: rgb(189,57,62); }

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