Html Css Color HEX #BC4F36 Grenadier

📋 copy color: '#BC4F36'

red 188 ◦ green 79 ◦ blue 54

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

Shades of Grenadier #BC4F36

Tints of Grenadier #BC4F36

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 58.57%
G = 24.61%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC4F36 (or 0xBC4F36) is known color: Grenadier. HEX triplet: BC, 4F and 36. RGB value is (188,79,54). Sum of RGB (Red+Green+Blue) = 188+79+54=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F36 is #43B0C9. Grayscale: #6C6C6C. Windows color (decimal): -4436170 or 3559356. OLE color: 3559356.

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

Color convert

RGB 188 79 54 -
CMYK 0 0.58 0.71 0.26
HSL 11.19º 0.55% 0.47% -
HSV(B) 11.19º 0.71% 0.74% -
XYZ 24.2 16.55 5.41 -
YUV 108.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 188 79 54 0 0.58 0.71 0.26 11.19 0.55 0.47
Hex BC 4F 36 0 3A 47 1A B 37 2F
Octal 274 117 66 0 72 107 32 13 67 57
Binary 10111100 1001111 110110 0 111010 1000111 11010 1011 110111 101111

Color Harmonies of #BC4F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F36

Black with #BC4F36

Text Example


Text Example

White with #BC4F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F36; }

 p { color: rgb(188,79,54); }

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

background-color css

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

 a { background-color: rgb(188,79,54); }

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

border-color css

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

 span { border-color: rgb(188,79,54); }

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