Html Css Color HEX #BC4831 Grenadier

📋 copy color: '#BC4831'

red 188 ◦ green 72 ◦ blue 49

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

Shades of Grenadier #BC4831

Tints of Grenadier #BC4831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

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

R = 60.84%
G = 23.3%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC4831 (or 0xBC4831) is known color: Grenadier. HEX triplet: BC, 48 and 31. RGB value is (188,72,49). Sum of RGB (Red+Green+Blue) = 188+72+49=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4831 is #43B7CE. Grayscale: #686868. Windows color (decimal): -4437967 or 3229884. OLE color: 3229884.

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

Color convert

RGB 188 72 49 -
CMYK 0 0.62 0.74 0.26
HSL 9.93º 0.59% 0.46% -
HSV(B) 9.93º 0.74% 0.74% -
XYZ 23.61 15.55 4.66 -
YUV 104.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 188 72 49 0 0.62 0.74 0.26 9.93 0.59 0.46
Hex BC 48 31 0 3E 4A 1A A 3B 2E
Octal 274 110 61 0 76 112 32 12 73 56
Binary 10111100 1001000 110001 0 111110 1001010 11010 1010 111011 101110

Color Harmonies of #BC4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4831

Black with #BC4831

Text Example


Text Example

White with #BC4831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4831; }

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

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

background-color css

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

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

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

border-color css

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

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

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