Html Css Color HEX #BC523A Grenadier

📋 copy color: '#BC523A'

red 188 ◦ green 82 ◦ blue 58

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

Shades of Grenadier #BC523A

Tints of Grenadier #BC523A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 57.32%
G = 25%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC523A (or 0xBC523A) is known color: Grenadier. HEX triplet: BC, 52 and 3A. RGB value is (188,82,58). Sum of RGB (Red+Green+Blue) = 188+82+58=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC523A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC523A is #43ADC5. Grayscale: #6F6F6F. Windows color (decimal): -4435398 or 3822268. OLE color: 3822268.

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

Color convert

RGB 188 82 58 -
CMYK 0 0.56 0.69 0.26
HSL 11.08º 0.53% 0.48% -
HSV(B) 11.08º 0.69% 0.74% -
XYZ 24.52 17.03 6 -
YUV 110.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 188 82 58 0 0.56 0.69 0.26 11.08 0.53 0.48
Hex BC 52 3A 0 38 45 1A B 35 30
Octal 274 122 72 0 70 105 32 13 65 60
Binary 10111100 1010010 111010 0 111000 1000101 11010 1011 110101 110000

Color Harmonies of #BC523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC523A

Black with #BC523A

Text Example


Text Example

White with #BC523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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