Html Css Color HEX #BC543C Grenadier

📋 copy color: '#BC543C'

red 188 ◦ green 84 ◦ blue 60

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

Shades of Grenadier #BC543C

Tints of Grenadier #BC543C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 56.63%
G = 25.3%
B = 18.07%

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

#BC543C (or 0xBC543C) is known color: Grenadier. HEX triplet: BC, 54 and 3C. RGB value is (188,84,60). Sum of RGB (Red+Green+Blue) = 188+84+60=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC543C is #43ABC3. Grayscale: #707070. Windows color (decimal): -4434884 or 3953852. OLE color: 3953852.

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

Color convert

RGB 188 84 60 -
CMYK 0 0.55 0.68 0.26
HSL 11.25º 0.52% 0.49% -
HSV(B) 11.25º 0.68% 0.74% -
XYZ 24.72 17.36 6.32 -
YUV 112.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 188 84 60 0 0.55 0.68 0.26 11.25 0.52 0.49
Hex BC 54 3C 0 37 44 1A B 34 31
Octal 274 124 74 0 67 104 32 13 64 61
Binary 10111100 1010100 111100 0 110111 1000100 11010 1011 110100 110001

Color Harmonies of #BC543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC543C

Black with #BC543C

Text Example


Text Example

White with #BC543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC543C; }

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

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

background-color css

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

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

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

border-color css

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

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

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