Html Css Color HEX #BC4631 Grenadier

📋 copy color: '#BC4631'

red 188 ◦ green 70 ◦ blue 49

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

Shades of Grenadier #BC4631

Tints of Grenadier #BC4631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 61.24%
G = 22.8%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC4631 (or 0xBC4631) is known color: Grenadier. HEX triplet: BC, 46 and 31. RGB value is (188,70,49). Sum of RGB (Red+Green+Blue) = 188+70+49=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4631 is #43B9CE. Grayscale: #676767. Windows color (decimal): -4438479 or 3229372. OLE color: 3229372.

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

Color convert

RGB 188 70 49 -
CMYK 0 0.63 0.74 0.26
HSL 9.06º 0.59% 0.46% -
HSV(B) 9.06º 0.74% 0.74% -
XYZ 23.48 15.29 4.62 -
YUV 102.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 188 70 49 0 0.63 0.74 0.26 9.06 0.59 0.46
Hex BC 46 31 0 3F 4A 1A 9 3B 2E
Octal 274 106 61 0 77 112 32 11 73 56
Binary 10111100 1000110 110001 0 111111 1001010 11010 1001 111011 101110

Color Harmonies of #BC4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4631

Black with #BC4631

Text Example


Text Example

White with #BC4631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4631; }

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

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

background-color css

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

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

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

border-color css

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

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

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