Html Css Color HEX #BC4F32 Grenadier

📋 copy color: '#BC4F32'

red 188 ◦ green 79 ◦ blue 50

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

Shades of Grenadier #BC4F32

Tints of Grenadier #BC4F32

RGB

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

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

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

R = 59.31%
G = 24.92%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC4F32 (or 0xBC4F32) is known color: Grenadier. HEX triplet: BC, 4F and 32. RGB value is (188,79,50). Sum of RGB (Red+Green+Blue) = 188+79+50=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F32 is #43B0CD. Grayscale: #6C6C6C. Windows color (decimal): -4436174 or 3297212. OLE color: 3297212.

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

Color convert

RGB 188 79 50 -
CMYK 0 0.58 0.73 0.26
HSL 12.61º 0.58% 0.47% -
HSV(B) 12.61º 0.73% 0.74% -
XYZ 24.11 16.51 4.93 -
YUV 108.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 188 79 50 0 0.58 0.73 0.26 12.61 0.58 0.47
Hex BC 4F 32 0 3A 49 1A D 3A 2F
Octal 274 117 62 0 72 111 32 15 72 57
Binary 10111100 1001111 110010 0 111010 1001001 11010 1101 111010 101111

Color Harmonies of #BC4F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F32

Black with #BC4F32

Text Example


Text Example

White with #BC4F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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