Html Css Color HEX #BC543D Grenadier

📋 copy color: '#BC543D'

red 188 ◦ green 84 ◦ blue 61

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

Shades of Grenadier #BC543D

Tints of Grenadier #BC543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 56.46%
G = 25.23%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC543D (or 0xBC543D) is known color: Grenadier. HEX triplet: BC, 54 and 3D. RGB value is (188,84,61). Sum of RGB (Red+Green+Blue) = 188+84+61=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC543D is #43ABC2. Grayscale: #707070. Windows color (decimal): -4434883 or 4019388. OLE color: 4019388.

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

Color convert

RGB 188 84 61 -
CMYK 0 0.55 0.68 0.26
HSL 10.87º 0.51% 0.49% -
HSV(B) 10.87º 0.68% 0.74% -
XYZ 24.75 17.37 6.46 -
YUV 112.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 188 84 61 0 0.55 0.68 0.26 10.87 0.51 0.49
Hex BC 54 3D 0 37 44 1A B 33 31
Octal 274 124 75 0 67 104 32 13 63 61
Binary 10111100 1010100 111101 0 110111 1000100 11010 1011 110011 110001

Color Harmonies of #BC543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC543D

Black with #BC543D

Text Example


Text Example

White with #BC543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC543D; }

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

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

background-color css

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

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

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

border-color css

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

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

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