Html Css Color HEX #BC5337 Grenadier

📋 copy color: '#BC5337'

red 188 ◦ green 83 ◦ blue 55

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

Shades of Grenadier #BC5337

Tints of Grenadier #BC5337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 57.67%
G = 25.46%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC5337 (or 0xBC5337) is known color: Grenadier. HEX triplet: BC, 53 and 37. RGB value is (188,83,55). Sum of RGB (Red+Green+Blue) = 188+83+55=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5337 is #43ACC8. Grayscale: #6F6F6F. Windows color (decimal): -4435145 or 3625916. OLE color: 3625916.

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

Color convert

RGB 188 83 55 -
CMYK 0 0.56 0.71 0.26
HSL 12.63º 0.55% 0.48% -
HSV(B) 12.63º 0.71% 0.74% -
XYZ 24.52 17.15 5.63 -
YUV 111.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 188 83 55 0 0.56 0.71 0.26 12.63 0.55 0.48
Hex BC 53 37 0 38 47 1A D 37 30
Octal 274 123 67 0 70 107 32 15 67 60
Binary 10111100 1010011 110111 0 111000 1000111 11010 1101 110111 110000

Color Harmonies of #BC5337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5337

Black with #BC5337

Text Example


Text Example

White with #BC5337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5337; }

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

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

background-color css

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

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

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

border-color css

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

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

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