Html Css Color HEX #BC5437 Grenadier

📋 copy color: '#BC5437'

red 188 ◦ green 84 ◦ blue 55

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

Shades of Grenadier #BC5437

Tints of Grenadier #BC5437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 57.49%
G = 25.69%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC5437 (or 0xBC5437) is known color: Grenadier. HEX triplet: BC, 54 and 37. RGB value is (188,84,55). Sum of RGB (Red+Green+Blue) = 188+84+55=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5437 is #43ABC8. Grayscale: #707070. Windows color (decimal): -4434889 or 3626172. OLE color: 3626172.

HSL color Cylindrical-coordinate representation of color #BC5437: hue angle of 13.08º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC5437 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 55 -
CMYK 0 0.55 0.71 0.26
HSL 13.08º 0.55% 0.48% -
HSV(B) 13.08º 0.71% 0.74% -
XYZ 24.6 17.31 5.66 -
YUV 111.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 188 84 55 0 0.55 0.71 0.26 13.08 0.55 0.48
Hex BC 54 37 0 37 47 1A D 37 30
Octal 274 124 67 0 67 107 32 15 67 60
Binary 10111100 1010100 110111 0 110111 1000111 11010 1101 110111 110000

Color Harmonies of #BC5437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5437

Black with #BC5437

Text Example


Text Example

White with #BC5437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5437; }

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

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

background-color css

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

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

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

border-color css

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

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

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