Html Css Color HEX #BC4232 Grenadier

📋 copy color: '#BC4232'

red 188 ◦ green 66 ◦ blue 50

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

Shades of Grenadier #BC4232

Tints of Grenadier #BC4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 61.84%
G = 21.71%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC4232 (or 0xBC4232) is known color: Grenadier. HEX triplet: BC, 42 and 32. RGB value is (188,66,50). Sum of RGB (Red+Green+Blue) = 188+66+50=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4232 is #43BDCD. Grayscale: #646464. Windows color (decimal): -4439502 or 3293884. OLE color: 3293884.

HSL color Cylindrical-coordinate representation of color #BC4232: hue angle of 6.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC4232 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 50 -
CMYK 0 0.65 0.73 0.26
HSL 6.96º 0.58% 0.47% -
HSV(B) 6.96º 0.73% 0.74% -
XYZ 23.26 14.82 4.65 -
YUV 100.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 188 66 50 0 0.65 0.73 0.26 6.96 0.58 0.47
Hex BC 42 32 0 41 49 1A 7 3A 2F
Octal 274 102 62 0 101 111 32 7 72 57
Binary 10111100 1000010 110010 0 1000001 1001001 11010 111 111010 101111

Color Harmonies of #BC4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4232

Black with #BC4232

Text Example


Text Example

White with #BC4232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4232; }

 p { color: rgb(188,66,50); }

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

background-color css

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

 a { background-color: rgb(188,66,50); }

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

border-color css

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

 span { border-color: rgb(188,66,50); }

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