Html Css Color HEX #BC4432 Grenadier

📋 copy color: '#BC4432'

red 188 ◦ green 68 ◦ blue 50

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

Shades of Grenadier #BC4432

Tints of Grenadier #BC4432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

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

R = 61.44%
G = 22.22%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC4432 (or 0xBC4432) is known color: Grenadier. HEX triplet: BC, 44 and 32. RGB value is (188,68,50). Sum of RGB (Red+Green+Blue) = 188+68+50=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4432 is #43BBCD. Grayscale: #666666. Windows color (decimal): -4438990 or 3294396. OLE color: 3294396.

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

Color convert

RGB 188 68 50 -
CMYK 0 0.64 0.73 0.26
HSL 7.83º 0.58% 0.47% -
HSV(B) 7.83º 0.73% 0.74% -
XYZ 23.38 15.06 4.69 -
YUV 101.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 188 68 50 0 0.64 0.73 0.26 7.83 0.58 0.47
Hex BC 44 32 0 40 49 1A 8 3A 2F
Octal 274 104 62 0 100 111 32 10 72 57
Binary 10111100 1000100 110010 0 1000000 1001001 11010 1000 111010 101111

Color Harmonies of #BC4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4432

Black with #BC4432

Text Example


Text Example

White with #BC4432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4432; }

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

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

background-color css

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

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

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

border-color css

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

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

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