Html Css Color HEX #BC5333 Grenadier

📋 copy color: '#BC5333'

red 188 ◦ green 83 ◦ blue 51

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

Shades of Grenadier #BC5333

Tints of Grenadier #BC5333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 58.39%
G = 25.78%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC5333 (or 0xBC5333) is known color: Grenadier. HEX triplet: BC, 53 and 33. RGB value is (188,83,51). Sum of RGB (Red+Green+Blue) = 188+83+51=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5333 is #43ACCC. Grayscale: #6E6E6E. Windows color (decimal): -4435149 or 3363772. OLE color: 3363772.

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

Color convert

RGB 188 83 51 -
CMYK 0 0.56 0.73 0.26
HSL 14.01º 0.57% 0.47% -
HSV(B) 14.01º 0.73% 0.74% -
XYZ 24.43 17.12 5.15 -
YUV 110.75 94.29 183.1 -
System Red Green Blue C M Y K H S L
Decimal 188 83 51 0 0.56 0.73 0.26 14.01 0.57 0.47
Hex BC 53 33 0 38 49 1A E 39 2F
Octal 274 123 63 0 70 111 32 16 71 57
Binary 10111100 1010011 110011 0 111000 1001001 11010 1110 111001 101111

Color Harmonies of #BC5333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5333

Black with #BC5333

Text Example


Text Example

White with #BC5333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5333; }

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

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

background-color css

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

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

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

border-color css

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

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

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