Html Css Color HEX #BC3A3E Mahogany

📋 copy color: '#BC3A3E'

red 188 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #BC3A3E

Tints of Mahogany #BC3A3E

RGB

 RED value IS 188 (73.83% from 255) = 61.04%

 GREEN value IS 58 (23.05% from 255) = 18.83%

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

R = 61.04%
G = 18.83%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC3A3E (or 0xBC3A3E) is known color: Mahogany. HEX triplet: BC, 3A and 3E. RGB value is (188,58,62). Sum of RGB (Red+Green+Blue) = 188+58+62=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A3E is #43C5C1. Grayscale: #616161. Windows color (decimal): -4441538 or 4078268. OLE color: 4078268.

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

Color convert

RGB 188 58 62 -
CMYK 0 0.69 0.67 0.26
HSL 358.15º 0.53% 0.48% -
HSV(B) 358.15º 0.69% 0.74% -
XYZ 23.12 14.07 6.05 -
YUV 97.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 188 58 62 0 0.69 0.67 0.26 358.15 0.53 0.48
Hex BC 3A 3E 0 45 43 1A 166 35 30
Octal 274 72 76 0 105 103 32 546 65 60
Binary 10111100 111010 111110 0 1000101 1000011 11010 101100110 110101 110000

Color Harmonies of #BC3A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A3E

Black with #BC3A3E

Text Example


Text Example

White with #BC3A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A3E; }

 p { color: rgb(188,58,62); }

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

background-color css

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

 a { background-color: rgb(188,58,62); }

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

border-color css

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

 span { border-color: rgb(188,58,62); }

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