Html Css Color HEX #BC3D3F Mahogany

📋 copy color: '#BC3D3F'

red 188 ◦ green 61 ◦ blue 63

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

Shades of Mahogany #BC3D3F

Tints of Mahogany #BC3D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.19%

R = 60.26%
G = 19.55%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC3D3F (or 0xBC3D3F) is known color: Mahogany. HEX triplet: BC, 3D and 3F. RGB value is (188,61,63). Sum of RGB (Red+Green+Blue) = 188+61+63=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D3F is #43C2C0. Grayscale: #636363. Windows color (decimal): -4440769 or 4144572. OLE color: 4144572.

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

Color convert

RGB 188 61 63 -
CMYK 0 0.68 0.66 0.26
HSL 359.06º 0.51% 0.49% -
HSV(B) 359.06º 0.68% 0.74% -
XYZ 23.3 14.39 6.25 -
YUV 99.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 188 61 63 0 0.68 0.66 0.26 359.06 0.51 0.49
Hex BC 3D 3F 0 44 42 1A 167 33 31
Octal 274 75 77 0 104 102 32 547 63 61
Binary 10111100 111101 111111 0 1000100 1000010 11010 101100111 110011 110001

Color Harmonies of #BC3D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D3F

Black with #BC3D3F

Text Example


Text Example

White with #BC3D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D3F; }

 p { color: rgb(188,61,63); }

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

background-color css

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

 a { background-color: rgb(188,61,63); }

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

border-color css

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

 span { border-color: rgb(188,61,63); }

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