#B9523B

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

Shades of Grenadier #B9523B

Tints of Grenadier #B9523B

Color information

#B9523B (or 0xB9523B) is unknown color: approx Grenadier. HEX triplet: B9, 52 and 3B. RGB value is (185,82,59). Sum of RGB (Red+Green+Blue) = 185+82+59=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9523B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9523B is #46ADC4. Grayscale: #6E6E6E. Windows color (decimal): -4632005 or 3887801. OLE color: 3887801.

HSL color Cylindrical-coordinate representation of color #B9523B: hue angle of 10.95º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9523B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1858259-
CMYK00.560.680.27
HSL10.95º51.64%47.84%-
HSV(B)10.95º68.11%72.55%-
XYZ23.8116.666.1-
YUV110.1899.12181.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 59 (23.44% from 255) = 18.10%
R=56.75%
G=25.15%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185825900.560.680.2710.9551.6447.84
HexB9523B038441Bb3430
Octal2711227307010433136460
Binary10111001101001011101101110001000100110111011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9523B; }

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

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

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

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

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

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

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

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