Html Css Color HEX #BC4227 Grenadier

📋 copy color: '#BC4227'

red 188 ◦ green 66 ◦ blue 39

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

Shades of Grenadier #BC4227

Tints of Grenadier #BC4227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 64.16%
G = 22.53%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC4227 (or 0xBC4227) is known color: Grenadier. HEX triplet: BC, 42 and 27. RGB value is (188,66,39). Sum of RGB (Red+Green+Blue) = 188+66+39=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4227 is #43BDD8. Grayscale: #636363. Windows color (decimal): -4439513 or 2572988. OLE color: 2572988.

HSL color Cylindrical-coordinate representation of color #BC4227: hue angle of 10.87º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC4227 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 39 -
CMYK 0 0.65 0.79 0.26
HSL 10.87º 0.66% 0.45% -
HSV(B) 10.87º 0.79% 0.74% -
XYZ 23.05 14.73 3.55 -
YUV 99.4 93.92 191.2 -
System Red Green Blue C M Y K H S L
Decimal 188 66 39 0 0.65 0.79 0.26 10.87 0.66 0.45
Hex BC 42 27 0 41 4F 1A B 42 2D
Octal 274 102 47 0 101 117 32 13 102 55
Binary 10111100 1000010 100111 0 1000001 1001111 11010 1011 1000010 101101

Color Harmonies of #BC4227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4227

Black with #BC4227

Text Example


Text Example

White with #BC4227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4227; }

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

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

background-color css

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

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

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

border-color css

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

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

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