Html Css Color HEX #BC4125 Grenadier

📋 copy color: '#BC4125'

red 188 ◦ green 65 ◦ blue 37

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

Shades of Grenadier #BC4125

Tints of Grenadier #BC4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 64.83%
G = 22.41%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC4125 (or 0xBC4125) is known color: Grenadier. HEX triplet: BC, 41 and 25. RGB value is (188,65,37). Sum of RGB (Red+Green+Blue) = 188+65+37=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4125 is #43BEDA. Grayscale: #626262. Windows color (decimal): -4439771 or 2441660. OLE color: 2441660.

HSL color Cylindrical-coordinate representation of color #BC4125: hue angle of 11.13º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC4125 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 37 -
CMYK 0 0.65 0.80 0.26
HSL 11.13º 0.67% 0.44% -
HSV(B) 11.13º 0.8% 0.74% -
XYZ 22.96 14.61 3.36 -
YUV 98.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 188 65 37 0 0.65 0.80 0.26 11.13 0.67 0.44
Hex BC 41 25 0 41 50 1A B 43 2C
Octal 274 101 45 0 101 120 32 13 103 54
Binary 10111100 1000001 100101 0 1000001 1010000 11010 1011 1000011 101100

Color Harmonies of #BC4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4125

Black with #BC4125

Text Example


Text Example

White with #BC4125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4125; }

 p { color: rgb(188,65,37); }

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

background-color css

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

 a { background-color: rgb(188,65,37); }

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

border-color css

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

 span { border-color: rgb(188,65,37); }

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