Html Css Color HEX #BC4634 Grenadier

📋 copy color: '#BC4634'

red 188 ◦ green 70 ◦ blue 52

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

Shades of Grenadier #BC4634

Tints of Grenadier #BC4634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 60.65%
G = 22.58%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC4634 (or 0xBC4634) is known color: Grenadier. HEX triplet: BC, 46 and 34. RGB value is (188,70,52). Sum of RGB (Red+Green+Blue) = 188+70+52=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4634 is #43B9CB. Grayscale: #676767. Windows color (decimal): -4438476 or 3425980. OLE color: 3425980.

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

Color convert

RGB 188 70 52 -
CMYK 0 0.63 0.72 0.26
HSL 7.94º 0.57% 0.47% -
HSV(B) 7.94º 0.72% 0.74% -
XYZ 23.55 15.32 4.96 -
YUV 103.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 188 70 52 0 0.63 0.72 0.26 7.94 0.57 0.47
Hex BC 46 34 0 3F 48 1A 8 39 2F
Octal 274 106 64 0 77 110 32 10 71 57
Binary 10111100 1000110 110100 0 111111 1001000 11010 1000 111001 101111

Color Harmonies of #BC4634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4634

Black with #BC4634

Text Example


Text Example

White with #BC4634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4634; }

 p { color: rgb(188,70,52); }

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

background-color css

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

 a { background-color: rgb(188,70,52); }

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

border-color css

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

 span { border-color: rgb(188,70,52); }

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