Html Css Color HEX #BC4226 Grenadier

📋 copy color: '#BC4226'

red 188 ◦ green 66 ◦ blue 38

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

Shades of Grenadier #BC4226

Tints of Grenadier #BC4226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 64.38%
G = 22.6%
B = 13.01%

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

#BC4226 (or 0xBC4226) is known color: Grenadier. HEX triplet: BC, 42 and 26. RGB value is (188,66,38). Sum of RGB (Red+Green+Blue) = 188+66+38=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4226 is #43BDD9. Grayscale: #636363. Windows color (decimal): -4439514 or 2507452. OLE color: 2507452.

HSL color Cylindrical-coordinate representation of color #BC4226: hue angle of 11.2º degrees, saturation: 0.66, 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 #BC4226 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 38 -
CMYK 0 0.65 0.80 0.26
HSL 11.2º 0.66% 0.44% -
HSV(B) 11.2º 0.8% 0.74% -
XYZ 23.04 14.73 3.46 -
YUV 99.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 188 66 38 0 0.65 0.80 0.26 11.2 0.66 0.44
Hex BC 42 26 0 41 50 1A B 42 2C
Octal 274 102 46 0 101 120 32 13 102 54
Binary 10111100 1000010 100110 0 1000001 1010000 11010 1011 1000010 101100

Color Harmonies of #BC4226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4226

Black with #BC4226

Text Example


Text Example

White with #BC4226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4226; }

 p { color: rgb(188,66,38); }

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

background-color css

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

 a { background-color: rgb(188,66,38); }

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

border-color css

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

 span { border-color: rgb(188,66,38); }

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