#BD523A

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

Shades of Grenadier #BD523A

Tints of Grenadier #BD523A

Color information

#BD523A (or 0xBD523A) is unknown color: approx Grenadier. HEX triplet: BD, 52 and 3A. RGB value is (189,82,58). Sum of RGB (Red+Green+Blue) = 189+82+58=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD523A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD523A is #42ADC5. Grayscale: #6F6F6F. Windows color (decimal): -4369862 or 3822269. OLE color: 3822269.

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

Color convert

RGB1898258-
CMYK00.570.690.26
HSL10.99º53.04%48.43%-
HSV(B)10.99º69.31%74.12%-
XYZ24.7717.166.01-
YUV111.2697.95183.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=57.45%
G=24.92%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189825800.570.690.2610.9953.0448.43
HexBD523A039451Ab3530
Octal2751227207110532136560
Binary10111101101001011101001110011000101110101011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD523A; }

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

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

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

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

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

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

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

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