Html Css Color HEX #BC5135 Grenadier

📋 copy color: '#BC5135'

red 188 ◦ green 81 ◦ blue 53

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

Shades of Grenadier #BC5135

Tints of Grenadier #BC5135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 58.39%
G = 25.16%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC5135 (or 0xBC5135) is known color: Grenadier. HEX triplet: BC, 51 and 35. RGB value is (188,81,53). Sum of RGB (Red+Green+Blue) = 188+81+53=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5135 is #43AECA. Grayscale: #6E6E6E. Windows color (decimal): -4435659 or 3494332. OLE color: 3494332.

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

Color convert

RGB 188 81 53 -
CMYK 0 0.57 0.72 0.26
HSL 12.44º 0.56% 0.47% -
HSV(B) 12.44º 0.72% 0.74% -
XYZ 24.32 16.83 5.34 -
YUV 109.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 188 81 53 0 0.57 0.72 0.26 12.44 0.56 0.47
Hex BC 51 35 0 39 48 1A C 38 2F
Octal 274 121 65 0 71 110 32 14 70 57
Binary 10111100 1010001 110101 0 111001 1001000 11010 1100 111000 101111

Color Harmonies of #BC5135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5135

Black with #BC5135

Text Example


Text Example

White with #BC5135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5135; }

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

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

background-color css

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

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

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

border-color css

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

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

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