Html Css Color HEX #BD3C3E Mahogany

📋 copy color: '#BD3C3E'

red 189 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #BD3C3E

Tints of Mahogany #BD3C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

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

R = 60.77%
G = 19.29%
B = 19.94%

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

#BD3C3E (or 0xBD3C3E) is known color: Mahogany. HEX triplet: BD, 3C and 3E. RGB value is (189,60,62). Sum of RGB (Red+Green+Blue) = 189+60+62=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C3E is #42C3C1. Grayscale: #626262. Windows color (decimal): -4375490 or 4078781. OLE color: 4078781.

HSL color Cylindrical-coordinate representation of color #BD3C3E: hue angle of 359.07º degrees, saturation: 0.52, 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 #BD3C3E is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 62 -
CMYK 0 0.68 0.67 0.26
HSL 359.07º 0.52% 0.49% -
HSV(B) 359.07º 0.68% 0.74% -
XYZ 23.47 14.4 6.1 -
YUV 98.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 189 60 62 0 0.68 0.67 0.26 359.07 0.52 0.49
Hex BD 3C 3E 0 44 43 1A 167 34 31
Octal 275 74 76 0 104 103 32 547 64 61
Binary 10111101 111100 111110 0 1000100 1000011 11010 101100111 110100 110001

Color Harmonies of #BD3C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C3E

Black with #BD3C3E

Text Example


Text Example

White with #BD3C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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