Html Css Color HEX #BC5234 Grenadier

📋 copy color: '#BC5234'

red 188 ◦ green 82 ◦ blue 52

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

Shades of Grenadier #BC5234

Tints of Grenadier #BC5234

RGB

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

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

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

R = 58.39%
G = 25.47%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC5234 (or 0xBC5234) is known color: Grenadier. HEX triplet: BC, 52 and 34. RGB value is (188,82,52). Sum of RGB (Red+Green+Blue) = 188+82+52=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5234 is #43ADCB. Grayscale: #6E6E6E. Windows color (decimal): -4435404 or 3429052. OLE color: 3429052.

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

Color convert

RGB 188 82 52 -
CMYK 0 0.56 0.72 0.26
HSL 13.24º 0.57% 0.47% -
HSV(B) 13.24º 0.72% 0.74% -
XYZ 24.38 16.97 5.24 -
YUV 110.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 188 82 52 0 0.56 0.72 0.26 13.24 0.57 0.47
Hex BC 52 34 0 38 48 1A D 39 2F
Octal 274 122 64 0 70 110 32 15 71 57
Binary 10111100 1010010 110100 0 111000 1001000 11010 1101 111001 101111

Color Harmonies of #BC5234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5234

Black with #BC5234

Text Example


Text Example

White with #BC5234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5234; }

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

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

background-color css

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

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

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

border-color css

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

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

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