Html Css Color HEX #B6543A Grenadier

📋 copy color: '#B6543A'

red 182 ◦ green 84 ◦ blue 58

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

Shades of Grenadier #B6543A

Tints of Grenadier #B6543A

RGB

 RED value IS 182 (71.48% from 255) = 56.17%

 GREEN value IS 84 (33.2% from 255) = 25.93%

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

R = 56.17%
G = 25.93%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6543A (or 0xB6543A) is known color: Grenadier. HEX triplet: B6, 54 and 3A. RGB value is (182,84,58). Sum of RGB (Red+Green+Blue) = 182+84+58=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6543A is #49ABC5. Grayscale: #6E6E6E. Windows color (decimal): -4828102 or 3822774. OLE color: 3822774.

HSL color Cylindrical-coordinate representation of color #B6543A: hue angle of 12.58º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6543A is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 84 58 -
CMYK 0 0.54 0.68 0.29
HSL 12.58º 0.52% 0.47% -
HSV(B) 12.58º 0.68% 0.71% -
XYZ 23.23 16.59 5.98 -
YUV 110.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 182 84 58 0 0.54 0.68 0.29 12.58 0.52 0.47
Hex B6 54 3A 0 36 44 1D D 34 2F
Octal 266 124 72 0 66 104 35 15 64 57
Binary 10110110 1010100 111010 0 110110 1000100 11101 1101 110100 101111

Color Harmonies of #B6543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6543A

Black with #B6543A

Text Example


Text Example

White with #B6543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6543A; }

 p { color: rgb(182,84,58); }

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

background-color css

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

 a { background-color: rgb(182,84,58); }

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

border-color css

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

 span { border-color: rgb(182,84,58); }

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