Html Css Color HEX #BC4B37 Grenadier

📋 copy color: '#BC4B37'

red 188 ◦ green 75 ◦ blue 55

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

Shades of Grenadier #BC4B37

Tints of Grenadier #BC4B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.58%

 BLUE value IS 55 (21.88% from 255) = 17.3%

R = 59.12%
G = 23.58%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC4B37 (or 0xBC4B37) is known color: Grenadier. HEX triplet: BC, 4B and 37. RGB value is (188,75,55). Sum of RGB (Red+Green+Blue) = 188+75+55=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B37 is #43B4C8. Grayscale: #6A6A6A. Windows color (decimal): -4437193 or 3623868. OLE color: 3623868.

HSL color Cylindrical-coordinate representation of color #BC4B37: hue angle of 9.02º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC4B37 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 75 55 -
CMYK 0 0.60 0.71 0.26
HSL 9.02º 0.55% 0.48% -
HSV(B) 9.02º 0.71% 0.74% -
XYZ 23.94 16 5.44 -
YUV 106.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 188 75 55 0 0.60 0.71 0.26 9.02 0.55 0.48
Hex BC 4B 37 0 3C 47 1A 9 37 30
Octal 274 113 67 0 74 107 32 11 67 60
Binary 10111100 1001011 110111 0 111100 1000111 11010 1001 110111 110000

Color Harmonies of #BC4B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B37

Black with #BC4B37

Text Example


Text Example

White with #BC4B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B37; }

 p { color: rgb(188,75,55); }

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

background-color css

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

 a { background-color: rgb(188,75,55); }

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

border-color css

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

 span { border-color: rgb(188,75,55); }

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