Html Css Color HEX #BC4630 Grenadier

📋 copy color: '#BC4630'

red 188 ◦ green 70 ◦ blue 48

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

Shades of Grenadier #BC4630

Tints of Grenadier #BC4630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.69%

R = 61.44%
G = 22.88%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC4630 (or 0xBC4630) is known color: Grenadier. HEX triplet: BC, 46 and 30. RGB value is (188,70,48). Sum of RGB (Red+Green+Blue) = 188+70+48=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4630 is #43B9CF. Grayscale: #666666. Windows color (decimal): -4438480 or 3163836. OLE color: 3163836.

HSL color Cylindrical-coordinate representation of color #BC4630: hue angle of 9.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC4630 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 70 48 -
CMYK 0 0.63 0.74 0.26
HSL 9.43º 0.59% 0.46% -
HSV(B) 9.43º 0.74% 0.74% -
XYZ 23.46 15.29 4.51 -
YUV 102.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 188 70 48 0 0.63 0.74 0.26 9.43 0.59 0.46
Hex BC 46 30 0 3F 4A 1A 9 3B 2E
Octal 274 106 60 0 77 112 32 11 73 56
Binary 10111100 1000110 110000 0 111111 1001010 11010 1001 111011 101110

Color Harmonies of #BC4630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4630

Black with #BC4630

Text Example


Text Example

White with #BC4630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4630; }

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

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

background-color css

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

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

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

border-color css

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

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

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