Html Css Color HEX #BC503E Grenadier

📋 copy color: '#BC503E'

red 188 ◦ green 80 ◦ blue 62

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

Shades of Grenadier #BC503E

Tints of Grenadier #BC503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 62 (24.61% from 255) = 18.79%

R = 56.97%
G = 24.24%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC503E (or 0xBC503E) is known color: Grenadier. HEX triplet: BC, 50 and 3E. RGB value is (188,80,62). Sum of RGB (Red+Green+Blue) = 188+80+62=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC503E is #43AFC1. Grayscale: #6E6E6E. Windows color (decimal): -4435906 or 4083900. OLE color: 4083900.

HSL color Cylindrical-coordinate representation of color #BC503E: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC503E is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 80 62 -
CMYK 0 0.57 0.67 0.26
HSL 8.57º 0.5% 0.49% -
HSV(B) 8.57º 0.67% 0.74% -
XYZ 24.48 16.78 6.51 -
YUV 110.24 100.78 183.46 -
System Red Green Blue C M Y K H S L
Decimal 188 80 62 0 0.57 0.67 0.26 8.57 0.5 0.49
Hex BC 50 3E 0 39 43 1A 9 32 31
Octal 274 120 76 0 71 103 32 11 62 61
Binary 10111100 1010000 111110 0 111001 1000011 11010 1001 110010 110001

Color Harmonies of #BC503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC503E

Black with #BC503E

Text Example


Text Example

White with #BC503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC503E; }

 p { color: rgb(188,80,62); }

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

background-color css

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

 a { background-color: rgb(188,80,62); }

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

border-color css

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

 span { border-color: rgb(188,80,62); }

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