Html Css Color HEX #BC4732 Grenadier

📋 copy color: '#BC4732'

red 188 ◦ green 71 ◦ blue 50

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

Shades of Grenadier #BC4732

Tints of Grenadier #BC4732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.98%

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

R = 60.84%
G = 22.98%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC4732 (or 0xBC4732) is known color: Grenadier. HEX triplet: BC, 47 and 32. RGB value is (188,71,50). Sum of RGB (Red+Green+Blue) = 188+71+50=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4732 is #43B8CD. Grayscale: #676767. Windows color (decimal): -4438222 or 3295164. OLE color: 3295164.

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

Color convert

RGB 188 71 50 -
CMYK 0 0.62 0.73 0.26
HSL 9.13º 0.58% 0.47% -
HSV(B) 9.13º 0.73% 0.74% -
XYZ 23.57 15.43 4.75 -
YUV 103.59 97.76 188.21 -
System Red Green Blue C M Y K H S L
Decimal 188 71 50 0 0.62 0.73 0.26 9.13 0.58 0.47
Hex BC 47 32 0 3E 49 1A 9 3A 2F
Octal 274 107 62 0 76 111 32 11 72 57
Binary 10111100 1000111 110010 0 111110 1001001 11010 1001 111010 101111

Color Harmonies of #BC4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4732

Black with #BC4732

Text Example


Text Example

White with #BC4732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4732; }

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

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

background-color css

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

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

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

border-color css

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

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

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