Html Css Color HEX #BC543B Grenadier

📋 copy color: '#BC543B'

red 188 ◦ green 84 ◦ blue 59

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

Shades of Grenadier #BC543B

Tints of Grenadier #BC543B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 56.8%
G = 25.38%
B = 17.82%

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

#BC543B (or 0xBC543B) is known color: Grenadier. HEX triplet: BC, 54 and 3B. RGB value is (188,84,59). Sum of RGB (Red+Green+Blue) = 188+84+59=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC543B is #43ABC4. Grayscale: #707070. Windows color (decimal): -4434885 or 3888316. OLE color: 3888316.

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

Color convert

RGB 188 84 59 -
CMYK 0 0.55 0.69 0.26
HSL 11.63º 0.52% 0.48% -
HSV(B) 11.63º 0.69% 0.74% -
XYZ 24.7 17.35 6.18 -
YUV 112.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 188 84 59 0 0.55 0.69 0.26 11.63 0.52 0.48
Hex BC 54 3B 0 37 45 1A C 34 30
Octal 274 124 73 0 67 105 32 14 64 60
Binary 10111100 1010100 111011 0 110111 1000101 11010 1100 110100 110000

Color Harmonies of #BC543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC543B

Black with #BC543B

Text Example


Text Example

White with #BC543B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC543B; }

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

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

background-color css

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

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

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

border-color css

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

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

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