Html Css Color HEX #BC523B Grenadier

📋 copy color: '#BC523B'

red 188 ◦ green 82 ◦ blue 59

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

Shades of Grenadier #BC523B

Tints of Grenadier #BC523B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 57.14%
G = 24.92%
B = 17.93%

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

#BC523B (or 0xBC523B) is known color: Grenadier. HEX triplet: BC, 52 and 3B. RGB value is (188,82,59). Sum of RGB (Red+Green+Blue) = 188+82+59=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC523B is #43ADC4. Grayscale: #6F6F6F. Windows color (decimal): -4435397 or 3887804. OLE color: 3887804.

HSL color Cylindrical-coordinate representation of color #BC523B: hue angle of 10.7º degrees, saturation: 0.52, 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 #BC523B is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 59 -
CMYK 0 0.56 0.69 0.26
HSL 10.7º 0.52% 0.48% -
HSV(B) 10.7º 0.69% 0.74% -
XYZ 24.55 17.04 6.13 -
YUV 111.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 188 82 59 0 0.56 0.69 0.26 10.7 0.52 0.48
Hex BC 52 3B 0 38 45 1A B 34 30
Octal 274 122 73 0 70 105 32 13 64 60
Binary 10111100 1010010 111011 0 111000 1000101 11010 1011 110100 110000

Color Harmonies of #BC523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC523B

Black with #BC523B

Text Example


Text Example

White with #BC523B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC523B; }

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

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

background-color css

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

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

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

border-color css

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

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

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