Html Css Color HEX #BC5236 Grenadier

📋 copy color: '#BC5236'

red 188 ◦ green 82 ◦ blue 54

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

Shades of Grenadier #BC5236

Tints of Grenadier #BC5236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.67%

R = 58.02%
G = 25.31%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC5236 (or 0xBC5236) is known color: Grenadier. HEX triplet: BC, 52 and 36. RGB value is (188,82,54). Sum of RGB (Red+Green+Blue) = 188+82+54=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5236 is #43ADC9. Grayscale: #6E6E6E. Windows color (decimal): -4435402 or 3560124. OLE color: 3560124.

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

Color convert

RGB 188 82 54 -
CMYK 0 0.56 0.71 0.26
HSL 12.54º 0.55% 0.47% -
HSV(B) 12.54º 0.71% 0.74% -
XYZ 24.42 16.99 5.48 -
YUV 110.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 188 82 54 0 0.56 0.71 0.26 12.54 0.55 0.47
Hex BC 52 36 0 38 47 1A D 37 2F
Octal 274 122 66 0 70 107 32 15 67 57
Binary 10111100 1010010 110110 0 111000 1000111 11010 1101 110111 101111

Color Harmonies of #BC5236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5236

Black with #BC5236

Text Example


Text Example

White with #BC5236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5236; }

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

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

background-color css

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

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

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

border-color css

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

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

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