Html Css Color HEX #BC4537 Grenadier

📋 copy color: '#BC4537'

red 188 ◦ green 69 ◦ blue 55

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

Shades of Grenadier #BC4537

Tints of Grenadier #BC4537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

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

R = 60.26%
G = 22.12%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC4537 (or 0xBC4537) is known color: Grenadier. HEX triplet: BC, 45 and 37. RGB value is (188,69,55). Sum of RGB (Red+Green+Blue) = 188+69+55=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4537 is #43BAC8. Grayscale: #676767. Windows color (decimal): -4438729 or 3622332. OLE color: 3622332.

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

Color convert

RGB 188 69 55 -
CMYK 0 0.63 0.71 0.26
HSL 6.32º 0.55% 0.48% -
HSV(B) 6.32º 0.71% 0.74% -
XYZ 23.56 15.22 5.31 -
YUV 102.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 188 69 55 0 0.63 0.71 0.26 6.32 0.55 0.48
Hex BC 45 37 0 3F 47 1A 6 37 30
Octal 274 105 67 0 77 107 32 6 67 60
Binary 10111100 1000101 110111 0 111111 1000111 11010 110 110111 110000

Color Harmonies of #BC4537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4537

Black with #BC4537

Text Example


Text Example

White with #BC4537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4537; }

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

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

background-color css

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

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

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

border-color css

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

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

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