Html Css Color HEX #BC4D3A Grenadier

📋 copy color: '#BC4D3A'

red 188 ◦ green 77 ◦ blue 58

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

Shades of Grenadier #BC4D3A

Tints of Grenadier #BC4D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

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

R = 58.2%
G = 23.84%
B = 17.96%

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

#BC4D3A (or 0xBC4D3A) is known color: Grenadier. HEX triplet: BC, 4D and 3A. RGB value is (188,77,58). Sum of RGB (Red+Green+Blue) = 188+77+58=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D3A is #43B2C5. Grayscale: #6C6C6C. Windows color (decimal): -4436678 or 3820988. OLE color: 3820988.

HSL color Cylindrical-coordinate representation of color #BC4D3A: hue angle of 8.77º 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 #BC4D3A is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 58 -
CMYK 0 0.59 0.69 0.26
HSL 8.77º 0.53% 0.48% -
HSV(B) 8.77º 0.69% 0.74% -
XYZ 24.16 16.3 5.88 -
YUV 108.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 188 77 58 0 0.59 0.69 0.26 8.77 0.53 0.48
Hex BC 4D 3A 0 3B 45 1A 9 35 30
Octal 274 115 72 0 73 105 32 11 65 60
Binary 10111100 1001101 111010 0 111011 1000101 11010 1001 110101 110000

Color Harmonies of #BC4D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D3A

Black with #BC4D3A

Text Example


Text Example

White with #BC4D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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