Html Css Color HEX #BC422F Grenadier

📋 copy color: '#BC422F'

red 188 ◦ green 66 ◦ blue 47

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

Shades of Grenadier #BC422F

Tints of Grenadier #BC422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 62.46%
G = 21.93%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC422F (or 0xBC422F) is known color: Grenadier. HEX triplet: BC, 42 and 2F. RGB value is (188,66,47). Sum of RGB (Red+Green+Blue) = 188+66+47=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC422F is #43BDD0. Grayscale: #646464. Windows color (decimal): -4439505 or 3097276. OLE color: 3097276.

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

Color convert

RGB 188 66 47 -
CMYK 0 0.65 0.75 0.26
HSL 8.09º 0.6% 0.46% -
HSV(B) 8.09º 0.75% 0.74% -
XYZ 23.2 14.79 4.32 -
YUV 100.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 188 66 47 0 0.65 0.75 0.26 8.09 0.6 0.46
Hex BC 42 2F 0 41 4B 1A 8 3C 2E
Octal 274 102 57 0 101 113 32 10 74 56
Binary 10111100 1000010 101111 0 1000001 1001011 11010 1000 111100 101110

Color Harmonies of #BC422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC422F

Black with #BC422F

Text Example


Text Example

White with #BC422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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