Html Css Color HEX #BC5435 Grenadier

📋 copy color: '#BC5435'

red 188 ◦ green 84 ◦ blue 53

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

Shades of Grenadier #BC5435

Tints of Grenadier #BC5435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 57.85%
G = 25.85%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC5435 (or 0xBC5435) is known color: Grenadier. HEX triplet: BC, 54 and 35. RGB value is (188,84,53). Sum of RGB (Red+Green+Blue) = 188+84+53=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5435 is #43ABCA. Grayscale: #6F6F6F. Windows color (decimal): -4434891 or 3495100. OLE color: 3495100.

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

Color convert

RGB 188 84 53 -
CMYK 0 0.55 0.72 0.26
HSL 13.78º 0.56% 0.47% -
HSV(B) 13.78º 0.72% 0.74% -
XYZ 24.55 17.29 5.41 -
YUV 111.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 188 84 53 0 0.55 0.72 0.26 13.78 0.56 0.47
Hex BC 54 35 0 37 48 1A E 38 2F
Octal 274 124 65 0 67 110 32 16 70 57
Binary 10111100 1010100 110101 0 110111 1001000 11010 1110 111000 101111

Color Harmonies of #BC5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5435

Black with #BC5435

Text Example


Text Example

White with #BC5435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5435; }

 p { color: rgb(188,84,53); }

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

background-color css

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

 a { background-color: rgb(188,84,53); }

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

border-color css

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

 span { border-color: rgb(188,84,53); }

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