Html Css Color HEX #BC4729 Grenadier

📋 copy color: '#BC4729'

red 188 ◦ green 71 ◦ blue 41

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

Shades of Grenadier #BC4729

Tints of Grenadier #BC4729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 41 (16.41% from 255) = 13.67%

R = 62.67%
G = 23.67%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC4729 (or 0xBC4729) is known color: Grenadier. HEX triplet: BC, 47 and 29. RGB value is (188,71,41). Sum of RGB (Red+Green+Blue) = 188+71+41=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4729 is #43B8D6. Grayscale: #666666. Windows color (decimal): -4438231 or 2705340. OLE color: 2705340.

HSL color Cylindrical-coordinate representation of color #BC4729: hue angle of 12.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC4729 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 41 -
CMYK 0 0.62 0.78 0.26
HSL 12.24º 0.64% 0.45% -
HSV(B) 12.24º 0.78% 0.74% -
XYZ 23.39 15.36 3.83 -
YUV 102.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 188 71 41 0 0.62 0.78 0.26 12.24 0.64 0.45
Hex BC 47 29 0 3E 4E 1A C 40 2D
Octal 274 107 51 0 76 116 32 14 100 55
Binary 10111100 1000111 101001 0 111110 1001110 11010 1100 1000000 101101

Color Harmonies of #BC4729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4729

Black with #BC4729

Text Example


Text Example

White with #BC4729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4729; }

 p { color: rgb(188,71,41); }

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

background-color css

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

 a { background-color: rgb(188,71,41); }

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

border-color css

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

 span { border-color: rgb(188,71,41); }

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