Html Css Color HEX #BC5233 Grenadier

📋 copy color: '#BC5233'

red 188 ◦ green 82 ◦ blue 51

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

Shades of Grenadier #BC5233

Tints of Grenadier #BC5233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.55%

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

R = 58.57%
G = 25.55%
B = 15.89%

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

#BC5233 (or 0xBC5233) is known color: Grenadier. HEX triplet: BC, 52 and 33. RGB value is (188,82,51). Sum of RGB (Red+Green+Blue) = 188+82+51=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5233 is #43ADCC. Grayscale: #6E6E6E. Windows color (decimal): -4435405 or 3363516. OLE color: 3363516.

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

Color convert

RGB 188 82 51 -
CMYK 0 0.56 0.73 0.26
HSL 13.58º 0.57% 0.47% -
HSV(B) 13.58º 0.73% 0.74% -
XYZ 24.35 16.96 5.12 -
YUV 110.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 188 82 51 0 0.56 0.73 0.26 13.58 0.57 0.47
Hex BC 52 33 0 38 49 1A E 39 2F
Octal 274 122 63 0 70 111 32 16 71 57
Binary 10111100 1010010 110011 0 111000 1001001 11010 1110 111001 101111

Color Harmonies of #BC5233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5233

Black with #BC5233

Text Example


Text Example

White with #BC5233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5233; }

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

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

background-color css

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

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

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

border-color css

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

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

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