Html Css Color HEX #BC4E3A Grenadier

📋 copy color: '#BC4E3A'

red 188 ◦ green 78 ◦ blue 58

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

Shades of Grenadier #BC4E3A

Tints of Grenadier #BC4E3A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.07%

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 58.02%
G = 24.07%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC4E3A (or 0xBC4E3A) is known color: Grenadier. HEX triplet: BC, 4E and 3A. RGB value is (188,78,58). Sum of RGB (Red+Green+Blue) = 188+78+58=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E3A is #43B1C5. Grayscale: #6C6C6C. Windows color (decimal): -4436422 or 3821244. OLE color: 3821244.

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

Color convert

RGB 188 78 58 -
CMYK 0 0.59 0.69 0.26
HSL 9.23º 0.53% 0.48% -
HSV(B) 9.23º 0.69% 0.74% -
XYZ 24.23 16.45 5.9 -
YUV 108.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 188 78 58 0 0.59 0.69 0.26 9.23 0.53 0.48
Hex BC 4E 3A 0 3B 45 1A 9 35 30
Octal 274 116 72 0 73 105 32 11 65 60
Binary 10111100 1001110 111010 0 111011 1000101 11010 1001 110101 110000

Color Harmonies of #BC4E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E3A

Black with #BC4E3A

Text Example


Text Example

White with #BC4E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E3A; }

 p { color: rgb(188,78,58); }

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

background-color css

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

 a { background-color: rgb(188,78,58); }

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

border-color css

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

 span { border-color: rgb(188,78,58); }

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