#B4523D

Color #B4523D Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #B4523D

Tints of Grenadier #B4523D

Color information

#B4523D (or 0xB4523D) is unknown color: approx Grenadier. HEX triplet: B4, 52 and 3D. RGB value is (180,82,61). Sum of RGB (Red+Green+Blue) = 180+82+61=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4523D is #4BADC2. Grayscale: #6D6D6D. Windows color (decimal): -4959683 or 4018868. OLE color: 4018868.

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

Color convert

RGB1808261-
CMYK00.540.660.29
HSL10.59º49.38%47.25%-
HSV(B)10.59º66.11%70.59%-
XYZ22.6816.076.32-
YUV108.91100.97178.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=55.73%
G=25.39%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180826100.540.660.2910.5949.3847.25
HexB4523D036421Db312f
Octal2641227506610235136157
Binary10110100101001011110101101101000010111011011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4523D; }

 p { color: rgb(180,82,61); }

 H1.HeaderClassName
 {
   color: #B4523D;
 }
 .AnyTagClassName
 {
   color: #B4523D;
 }
</style>
background-color css

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

 a { background-color: rgb(180,82,61); }

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

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

 span { border-color: rgb(180,82,61); }

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