Html Css Color HEX #BC4426 Grenadier

📋 copy color: '#BC4426'

red 188 ◦ green 68 ◦ blue 38

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

Shades of Grenadier #BC4426

Tints of Grenadier #BC4426

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 63.95%
G = 23.13%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC4426 (or 0xBC4426) is known color: Grenadier. HEX triplet: BC, 44 and 26. RGB value is (188,68,38). Sum of RGB (Red+Green+Blue) = 188+68+38=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4426 is #43BBD9. Grayscale: #646464. Windows color (decimal): -4439002 or 2507964. OLE color: 2507964.

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

Color convert

RGB 188 68 38 -
CMYK 0 0.64 0.80 0.26
HSL 12º 0.66% 0.44% -
HSV(B) 12º 0.8% 0.74% -
XYZ 23.16 14.97 3.5 -
YUV 100.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 188 68 38 0 0.64 0.80 0.26 12 0.66 0.44
Hex BC 44 26 0 40 50 1A C 42 2C
Octal 274 104 46 0 100 120 32 14 102 54
Binary 10111100 1000100 100110 0 1000000 1010000 11010 1100 1000010 101100

Color Harmonies of #BC4426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4426

Black with #BC4426

Text Example


Text Example

White with #BC4426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4426; }

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

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

background-color css

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

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

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

border-color css

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

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

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