Html Css Color HEX #BD3F40 Mahogany

📋 copy color: '#BD3F40'

red 189 ◦ green 63 ◦ blue 64

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

Shades of Mahogany #BD3F40

Tints of Mahogany #BD3F40

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 59.81%
G = 19.94%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD3F40 (or 0xBD3F40) is known color: Mahogany. HEX triplet: BD, 3F and 40. RGB value is (189,63,64). Sum of RGB (Red+Green+Blue) = 189+63+64=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F40 is #42C0BF. Grayscale: #646464. Windows color (decimal): -4374720 or 4210621. OLE color: 4210621.

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

Color convert

RGB 189 63 64 -
CMYK 0 0.67 0.66 0.26
HSL 359.52º 0.5% 0.49% -
HSV(B) 359.52º 0.67% 0.74% -
XYZ 23.69 14.74 6.45 -
YUV 100.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 189 63 64 0 0.67 0.66 0.26 359.52 0.5 0.49
Hex BD 3F 40 0 43 42 1A 168 32 31
Octal 275 77 100 0 103 102 32 550 62 61
Binary 10111101 111111 1000000 0 1000011 1000010 11010 101101000 110010 110001

Color Harmonies of #BD3F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F40

Black with #BD3F40

Text Example


Text Example

White with #BD3F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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