Html Css Color HEX #BC462E Grenadier

📋 copy color: '#BC462E'

red 188 ◦ green 70 ◦ blue 46

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

Shades of Grenadier #BC462E

Tints of Grenadier #BC462E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.03%

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 61.84%
G = 23.03%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC462E (or 0xBC462E) is known color: Grenadier. HEX triplet: BC, 46 and 2E. RGB value is (188,70,46). Sum of RGB (Red+Green+Blue) = 188+70+46=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC462E is #43B9D1. Grayscale: #666666. Windows color (decimal): -4438482 or 3032764. OLE color: 3032764.

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

Color convert

RGB 188 70 46 -
CMYK 0 0.63 0.76 0.26
HSL 10.14º 0.61% 0.46% -
HSV(B) 10.14º 0.76% 0.74% -
XYZ 23.42 15.27 4.3 -
YUV 102.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 188 70 46 0 0.63 0.76 0.26 10.14 0.61 0.46
Hex BC 46 2E 0 3F 4C 1A A 3D 2E
Octal 274 106 56 0 77 114 32 12 75 56
Binary 10111100 1000110 101110 0 111111 1001100 11010 1010 111101 101110

Color Harmonies of #BC462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC462E

Black with #BC462E

Text Example


Text Example

White with #BC462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC462E; }

 p { color: rgb(188,70,46); }

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

background-color css

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

 a { background-color: rgb(188,70,46); }

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

border-color css

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

 span { border-color: rgb(188,70,46); }

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