Html Css Color HEX #BC4934 Grenadier

📋 copy color: '#BC4934'

red 188 ◦ green 73 ◦ blue 52

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

Shades of Grenadier #BC4934

Tints of Grenadier #BC4934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.32%

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

R = 60.06%
G = 23.32%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC4934 (or 0xBC4934) is known color: Grenadier. HEX triplet: BC, 49 and 34. RGB value is (188,73,52). Sum of RGB (Red+Green+Blue) = 188+73+52=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4934 is #43B6CB. Grayscale: #696969. Windows color (decimal): -4437708 or 3426748. OLE color: 3426748.

HSL color Cylindrical-coordinate representation of color #BC4934: hue angle of 9.26º 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 #BC4934 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 52 -
CMYK 0 0.61 0.72 0.26
HSL 9.26º 0.57% 0.47% -
HSV(B) 9.26º 0.72% 0.74% -
XYZ 23.74 15.7 5.03 -
YUV 104.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 188 73 52 0 0.61 0.72 0.26 9.26 0.57 0.47
Hex BC 49 34 0 3D 48 1A 9 39 2F
Octal 274 111 64 0 75 110 32 11 71 57
Binary 10111100 1001001 110100 0 111101 1001000 11010 1001 111001 101111

Color Harmonies of #BC4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4934

Black with #BC4934

Text Example


Text Example

White with #BC4934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4934; }

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

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

background-color css

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

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

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

border-color css

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

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

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