Html Css Color HEX #BC553B Grenadier

📋 copy color: '#BC553B'

red 188 ◦ green 85 ◦ blue 59

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

Shades of Grenadier #BC553B

Tints of Grenadier #BC553B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.6%

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 56.63%
G = 25.6%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC553B (or 0xBC553B) is known color: Grenadier. HEX triplet: BC, 55 and 3B. RGB value is (188,85,59). Sum of RGB (Red+Green+Blue) = 188+85+59=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC553B is #43AAC4. Grayscale: #717171. Windows color (decimal): -4434629 or 3888572. OLE color: 3888572.

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

Color convert

RGB 188 85 59 -
CMYK 0 0.55 0.69 0.26
HSL 12.09º 0.52% 0.48% -
HSV(B) 12.09º 0.69% 0.74% -
XYZ 24.78 17.5 6.21 -
YUV 112.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 188 85 59 0 0.55 0.69 0.26 12.09 0.52 0.48
Hex BC 55 3B 0 37 45 1A C 34 30
Octal 274 125 73 0 67 105 32 14 64 60
Binary 10111100 1010101 111011 0 110111 1000101 11010 1100 110100 110000

Color Harmonies of #BC553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC553B

Black with #BC553B

Text Example


Text Example

White with #BC553B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC553B; }

 p { color: rgb(188,85,59); }

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

background-color css

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

 a { background-color: rgb(188,85,59); }

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

border-color css

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

 span { border-color: rgb(188,85,59); }

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