Html Css Color HEX #BC563D Grenadier

📋 copy color: '#BC563D'

red 188 ◦ green 86 ◦ blue 61

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

Shades of Grenadier #BC563D

Tints of Grenadier #BC563D

RGB

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

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

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

R = 56.12%
G = 25.67%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC563D (or 0xBC563D) is known color: Grenadier. HEX triplet: BC, 56 and 3D. RGB value is (188,86,61). Sum of RGB (Red+Green+Blue) = 188+86+61=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC563D is #43A9C2. Grayscale: #717171. Windows color (decimal): -4434371 or 4019900. OLE color: 4019900.

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

Color convert

RGB 188 86 61 -
CMYK 0 0.54 0.68 0.26
HSL 11.81º 0.51% 0.49% -
HSV(B) 11.81º 0.68% 0.74% -
XYZ 24.91 17.68 6.52 -
YUV 113.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 188 86 61 0 0.54 0.68 0.26 11.81 0.51 0.49
Hex BC 56 3D 0 36 44 1A C 33 31
Octal 274 126 75 0 66 104 32 14 63 61
Binary 10111100 1010110 111101 0 110110 1000100 11010 1100 110011 110001

Color Harmonies of #BC563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC563D

Black with #BC563D

Text Example


Text Example

White with #BC563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC563D; }

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

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

background-color css

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

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

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

border-color css

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

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

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