Html Css Color HEX #BC543A Grenadier

📋 copy color: '#BC543A'

red 188 ◦ green 84 ◦ blue 58

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

Shades of Grenadier #BC543A

Tints of Grenadier #BC543A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 56.97%
G = 25.45%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC543A (or 0xBC543A) is known color: Grenadier. HEX triplet: BC, 54 and 3A. RGB value is (188,84,58). Sum of RGB (Red+Green+Blue) = 188+84+58=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC543A is #43ABC5. Grayscale: #707070. Windows color (decimal): -4434886 or 3822780. OLE color: 3822780.

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

Color convert

RGB 188 84 58 -
CMYK 0 0.55 0.69 0.26
HSL 12º 0.53% 0.48% -
HSV(B) 12º 0.69% 0.74% -
XYZ 24.67 17.34 6.05 -
YUV 112.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 188 84 58 0 0.55 0.69 0.26 12 0.53 0.48
Hex BC 54 3A 0 37 45 1A C 35 30
Octal 274 124 72 0 67 105 32 14 65 60
Binary 10111100 1010100 111010 0 110111 1000101 11010 1100 110101 110000

Color Harmonies of #BC543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC543A

Black with #BC543A

Text Example


Text Example

White with #BC543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC543A; }

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

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

background-color css

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

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

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

border-color css

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

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

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