Html Css Color HEX #BC4F3C Grenadier

📋 copy color: '#BC4F3C'

red 188 ◦ green 79 ◦ blue 60

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

Shades of Grenadier #BC4F3C

Tints of Grenadier #BC4F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 57.49%
G = 24.16%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC4F3C (or 0xBC4F3C) is known color: Grenadier. HEX triplet: BC, 4F and 3C. RGB value is (188,79,60). Sum of RGB (Red+Green+Blue) = 188+79+60=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F3C is #43B0C3. Grayscale: #6D6D6D. Windows color (decimal): -4436164 or 3952572. OLE color: 3952572.

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

Color convert

RGB 188 79 60 -
CMYK 0 0.58 0.68 0.26
HSL 8.91º 0.52% 0.49% -
HSV(B) 8.91º 0.68% 0.74% -
XYZ 24.35 16.61 6.2 -
YUV 109.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 188 79 60 0 0.58 0.68 0.26 8.91 0.52 0.49
Hex BC 4F 3C 0 3A 44 1A 9 34 31
Octal 274 117 74 0 72 104 32 11 64 61
Binary 10111100 1001111 111100 0 111010 1000100 11010 1001 110100 110001

Color Harmonies of #BC4F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F3C

Black with #BC4F3C

Text Example


Text Example

White with #BC4F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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