Html Css Color HEX #BC523F Grenadier

📋 copy color: '#BC523F'

red 188 ◦ green 82 ◦ blue 63

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

Shades of Grenadier #BC523F

Tints of Grenadier #BC523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

 BLUE value IS 63 (25% from 255) = 18.92%

R = 56.46%
G = 24.62%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC523F (or 0xBC523F) is known color: Grenadier. HEX triplet: BC, 52 and 3F. RGB value is (188,82,63). Sum of RGB (Red+Green+Blue) = 188+82+63=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC523F is #43ADC0. Grayscale: #6F6F6F. Windows color (decimal): -4435393 or 4149948. OLE color: 4149948.

HSL color Cylindrical-coordinate representation of color #BC523F: hue angle of 9.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC523F is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 63 -
CMYK 0 0.56 0.66 0.26
HSL 9.12º 0.5% 0.49% -
HSV(B) 9.12º 0.66% 0.74% -
XYZ 24.65 17.08 6.7 -
YUV 111.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 188 82 63 0 0.56 0.66 0.26 9.12 0.5 0.49
Hex BC 52 3F 0 38 42 1A 9 32 31
Octal 274 122 77 0 70 102 32 11 62 61
Binary 10111100 1010010 111111 0 111000 1000010 11010 1001 110010 110001

Color Harmonies of #BC523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC523F

Black with #BC523F

Text Example


Text Example

White with #BC523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC523F; }

 p { color: rgb(188,82,63); }

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

background-color css

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

 a { background-color: rgb(188,82,63); }

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

border-color css

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

 span { border-color: rgb(188,82,63); }

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