Html Css Color HEX #BC4633 Grenadier

📋 copy color: '#BC4633'

red 188 ◦ green 70 ◦ blue 51

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

Shades of Grenadier #BC4633

Tints of Grenadier #BC4633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 60.84%
G = 22.65%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC4633 (or 0xBC4633) is known color: Grenadier. HEX triplet: BC, 46 and 33. RGB value is (188,70,51). Sum of RGB (Red+Green+Blue) = 188+70+51=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4633 is #43B9CC. Grayscale: #676767. Windows color (decimal): -4438477 or 3360444. OLE color: 3360444.

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

Color convert

RGB 188 70 51 -
CMYK 0 0.63 0.73 0.26
HSL 8.32º 0.57% 0.47% -
HSV(B) 8.32º 0.73% 0.74% -
XYZ 23.53 15.31 4.85 -
YUV 103.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 188 70 51 0 0.63 0.73 0.26 8.32 0.57 0.47
Hex BC 46 33 0 3F 49 1A 8 39 2F
Octal 274 106 63 0 77 111 32 10 71 57
Binary 10111100 1000110 110011 0 111111 1001001 11010 1000 111001 101111

Color Harmonies of #BC4633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4633

Black with #BC4633

Text Example


Text Example

White with #BC4633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4633; }

 p { color: rgb(188,70,51); }

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

background-color css

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

 a { background-color: rgb(188,70,51); }

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

border-color css

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

 span { border-color: rgb(188,70,51); }

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