Html Css Color HEX #BC4334 Grenadier

📋 copy color: '#BC4334'

red 188 ◦ green 67 ◦ blue 52

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

Shades of Grenadier #BC4334

Tints of Grenadier #BC4334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.82%

 BLUE value IS 52 (20.7% from 255) = 16.94%

R = 61.24%
G = 21.82%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC4334 (or 0xBC4334) is known color: Grenadier. HEX triplet: BC, 43 and 34. RGB value is (188,67,52). Sum of RGB (Red+Green+Blue) = 188+67+52=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4334 is #43BCCB. Grayscale: #656565. Windows color (decimal): -4439244 or 3425212. OLE color: 3425212.

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

Color convert

RGB 188 67 52 -
CMYK 0 0.64 0.72 0.26
HSL 6.62º 0.57% 0.47% -
HSV(B) 6.62º 0.72% 0.74% -
XYZ 23.37 14.95 4.9 -
YUV 101.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 188 67 52 0 0.64 0.72 0.26 6.62 0.57 0.47
Hex BC 43 34 0 40 48 1A 7 39 2F
Octal 274 103 64 0 100 110 32 7 71 57
Binary 10111100 1000011 110100 0 1000000 1001000 11010 111 111001 101111

Color Harmonies of #BC4334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4334

Black with #BC4334

Text Example


Text Example

White with #BC4334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4334; }

 p { color: rgb(188,67,52); }

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

background-color css

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

 a { background-color: rgb(188,67,52); }

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

border-color css

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

 span { border-color: rgb(188,67,52); }

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