Html Css Color HEX #BD3D3E Mahogany

📋 copy color: '#BD3D3E'

red 189 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #BD3D3E

Tints of Mahogany #BD3D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.55%

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

R = 60.58%
G = 19.55%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD3D3E (or 0xBD3D3E) is known color: Mahogany. HEX triplet: BD, 3D and 3E. RGB value is (189,61,62). Sum of RGB (Red+Green+Blue) = 189+61+62=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D3E is #42C2C1. Grayscale: #636363. Windows color (decimal): -4375234 or 4079037. OLE color: 4079037.

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

Color convert

RGB 189 61 62 -
CMYK 0 0.68 0.67 0.26
HSL 359.53º 0.51% 0.49% -
HSV(B) 359.53º 0.68% 0.74% -
XYZ 23.52 14.5 6.12 -
YUV 99.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 189 61 62 0 0.68 0.67 0.26 359.53 0.51 0.49
Hex BD 3D 3E 0 44 43 1A 168 33 31
Octal 275 75 76 0 104 103 32 550 63 61
Binary 10111101 111101 111110 0 1000100 1000011 11010 101101000 110011 110001

Color Harmonies of #BD3D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D3E

Black with #BD3D3E

Text Example


Text Example

White with #BD3D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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