Html Css Color HEX #BC4933 Grenadier

📋 copy color: '#BC4933'

red 188 ◦ green 73 ◦ blue 51

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

Shades of Grenadier #BC4933

Tints of Grenadier #BC4933

RGB

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

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

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

R = 60.26%
G = 23.4%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC4933 (or 0xBC4933) is known color: Grenadier. HEX triplet: BC, 49 and 33. RGB value is (188,73,51). Sum of RGB (Red+Green+Blue) = 188+73+51=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4933 is #43B6CC. Grayscale: #696969. Windows color (decimal): -4437709 or 3361212. OLE color: 3361212.

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

Color convert

RGB 188 73 51 -
CMYK 0 0.61 0.73 0.26
HSL 9.64º 0.57% 0.47% -
HSV(B) 9.64º 0.73% 0.74% -
XYZ 23.72 15.7 4.91 -
YUV 104.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 188 73 51 0 0.61 0.73 0.26 9.64 0.57 0.47
Hex BC 49 33 0 3D 49 1A A 39 2F
Octal 274 111 63 0 75 111 32 12 71 57
Binary 10111100 1001001 110011 0 111101 1001001 11010 1010 111001 101111

Color Harmonies of #BC4933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4933

Black with #BC4933

Text Example


Text Example

White with #BC4933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4933; }

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

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

background-color css

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

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

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

border-color css

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

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

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