Html Css Color HEX #BC4533 Grenadier

📋 copy color: '#BC4533'

red 188 ◦ green 69 ◦ blue 51

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

Shades of Grenadier #BC4533

Tints of Grenadier #BC4533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

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

R = 61.04%
G = 22.4%
B = 16.56%

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

#BC4533 (or 0xBC4533) is known color: Grenadier. HEX triplet: BC, 45 and 33. RGB value is (188,69,51). Sum of RGB (Red+Green+Blue) = 188+69+51=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4533 is #43BACC. Grayscale: #666666. Windows color (decimal): -4438733 or 3360188. OLE color: 3360188.

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

Color convert

RGB 188 69 51 -
CMYK 0 0.63 0.73 0.26
HSL 7.88º 0.57% 0.47% -
HSV(B) 7.88º 0.73% 0.74% -
XYZ 23.46 15.19 4.83 -
YUV 102.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 188 69 51 0 0.63 0.73 0.26 7.88 0.57 0.47
Hex BC 45 33 0 3F 49 1A 8 39 2F
Octal 274 105 63 0 77 111 32 10 71 57
Binary 10111100 1000101 110011 0 111111 1001001 11010 1000 111001 101111

Color Harmonies of #BC4533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4533

Black with #BC4533

Text Example


Text Example

White with #BC4533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4533; }

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

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

background-color css

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

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

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

border-color css

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

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

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