Html Css Color HEX #BC5339 Grenadier

📋 copy color: '#BC5339'

red 188 ◦ green 83 ◦ blue 57

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

Shades of Grenadier #BC5339

Tints of Grenadier #BC5339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.38%

R = 57.32%
G = 25.3%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC5339 (or 0xBC5339) is known color: Grenadier. HEX triplet: BC, 53 and 39. RGB value is (188,83,57). Sum of RGB (Red+Green+Blue) = 188+83+57=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5339 is #43ACC6. Grayscale: #6F6F6F. Windows color (decimal): -4435143 or 3756988. OLE color: 3756988.

HSL color Cylindrical-coordinate representation of color #BC5339: hue angle of 11.91º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC5339 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 57 -
CMYK 0 0.56 0.70 0.26
HSL 11.91º 0.53% 0.48% -
HSV(B) 11.91º 0.7% 0.74% -
XYZ 24.57 17.17 5.89 -
YUV 111.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 188 83 57 0 0.56 0.70 0.26 11.91 0.53 0.48
Hex BC 53 39 0 38 46 1A C 35 30
Octal 274 123 71 0 70 106 32 14 65 60
Binary 10111100 1010011 111001 0 111000 1000110 11010 1100 110101 110000

Color Harmonies of #BC5339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5339

Black with #BC5339

Text Example


Text Example

White with #BC5339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5339; }

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

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

background-color css

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

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

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

border-color css

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

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

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