Html Css Color HEX #BC4538 Grenadier

📋 copy color: '#BC4538'

red 188 ◦ green 69 ◦ blue 56

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

Shades of Grenadier #BC4538

Tints of Grenadier #BC4538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.89%

R = 60.06%
G = 22.04%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC4538 (or 0xBC4538) is known color: Grenadier. HEX triplet: BC, 45 and 38. RGB value is (188,69,56). Sum of RGB (Red+Green+Blue) = 188+69+56=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4538 is #43BAC7. Grayscale: #676767. Windows color (decimal): -4438728 or 3687868. OLE color: 3687868.

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

Color convert

RGB 188 69 56 -
CMYK 0 0.63 0.70 0.26
HSL 5.91º 0.54% 0.48% -
HSV(B) 5.91º 0.7% 0.74% -
XYZ 23.58 15.23 5.44 -
YUV 103.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 188 69 56 0 0.63 0.70 0.26 5.91 0.54 0.48
Hex BC 45 38 0 3F 46 1A 6 36 30
Octal 274 105 70 0 77 106 32 6 66 60
Binary 10111100 1000101 111000 0 111111 1000110 11010 110 110110 110000

Color Harmonies of #BC4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4538

Black with #BC4538

Text Example


Text Example

White with #BC4538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4538; }

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

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

background-color css

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

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

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

border-color css

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

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

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