Html Css Color HEX #BC563A Grenadier

📋 copy color: '#BC563A'

red 188 ◦ green 86 ◦ blue 58

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

Shades of Grenadier #BC563A

Tints of Grenadier #BC563A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

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

R = 56.63%
G = 25.9%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC563A (or 0xBC563A) is known color: Grenadier. HEX triplet: BC, 56 and 3A. RGB value is (188,86,58). Sum of RGB (Red+Green+Blue) = 188+86+58=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC563A is #43A9C5. Grayscale: #717171. Windows color (decimal): -4434374 or 3823292. OLE color: 3823292.

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

Color convert

RGB 188 86 58 -
CMYK 0 0.54 0.69 0.26
HSL 12.92º 0.53% 0.48% -
HSV(B) 12.92º 0.69% 0.74% -
XYZ 24.83 17.65 6.1 -
YUV 113.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 188 86 58 0 0.54 0.69 0.26 12.92 0.53 0.48
Hex BC 56 3A 0 36 45 1A D 35 30
Octal 274 126 72 0 66 105 32 15 65 60
Binary 10111100 1010110 111010 0 110110 1000101 11010 1101 110101 110000

Color Harmonies of #BC563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC563A

Black with #BC563A

Text Example


Text Example

White with #BC563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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