Html Css Color HEX #BC4F3F Grenadier

📋 copy color: '#BC4F3F'

red 188 ◦ green 79 ◦ blue 63

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

Shades of Grenadier #BC4F3F

Tints of Grenadier #BC4F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

 BLUE value IS 63 (25% from 255) = 19.09%

R = 56.97%
G = 23.94%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC4F3F (or 0xBC4F3F) is known color: Grenadier. HEX triplet: BC, 4F and 3F. RGB value is (188,79,63). Sum of RGB (Red+Green+Blue) = 188+79+63=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F3F is #43B0C0. Grayscale: #6D6D6D. Windows color (decimal): -4436161 or 4149180. OLE color: 4149180.

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

Color convert

RGB 188 79 63 -
CMYK 0 0.58 0.66 0.26
HSL 7.68º 0.5% 0.49% -
HSV(B) 7.68º 0.66% 0.74% -
XYZ 24.43 16.64 6.63 -
YUV 109.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 188 79 63 0 0.58 0.66 0.26 7.68 0.5 0.49
Hex BC 4F 3F 0 3A 42 1A 8 32 31
Octal 274 117 77 0 72 102 32 10 62 61
Binary 10111100 1001111 111111 0 111010 1000010 11010 1000 110010 110001

Color Harmonies of #BC4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F3F

Black with #BC4F3F

Text Example


Text Example

White with #BC4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F3F; }

 p { color: rgb(188,79,63); }

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

background-color css

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

 a { background-color: rgb(188,79,63); }

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

border-color css

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

 span { border-color: rgb(188,79,63); }

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