Html Css Color HEX #BC4733 Grenadier

📋 copy color: '#BC4733'

red 188 ◦ green 71 ◦ blue 51

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

Shades of Grenadier #BC4733

Tints of Grenadier #BC4733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 60.65%
G = 22.9%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC4733 (or 0xBC4733) is known color: Grenadier. HEX triplet: BC, 47 and 33. RGB value is (188,71,51). Sum of RGB (Red+Green+Blue) = 188+71+51=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4733 is #43B8CC. Grayscale: #676767. Windows color (decimal): -4438221 or 3360700. OLE color: 3360700.

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

Color convert

RGB 188 71 51 -
CMYK 0 0.62 0.73 0.26
HSL 8.76º 0.57% 0.47% -
HSV(B) 8.76º 0.73% 0.74% -
XYZ 23.59 15.44 4.87 -
YUV 103.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 188 71 51 0 0.62 0.73 0.26 8.76 0.57 0.47
Hex BC 47 33 0 3E 49 1A 9 39 2F
Octal 274 107 63 0 76 111 32 11 71 57
Binary 10111100 1000111 110011 0 111110 1001001 11010 1001 111001 101111

Color Harmonies of #BC4733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4733

Black with #BC4733

Text Example


Text Example

White with #BC4733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4733; }

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

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

background-color css

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

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

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

border-color css

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

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

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