#BD5235

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

Shades of Grenadier #BD5235

Tints of Grenadier #BD5235

Color information

#BD5235 (or 0xBD5235) is unknown color: approx Grenadier. HEX triplet: BD, 52 and 35. RGB value is (189,82,53). Sum of RGB (Red+Green+Blue) = 189+82+53=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5235 is #42ADCA. Grayscale: #6E6E6E. Windows color (decimal): -4369867 or 3494589. OLE color: 3494589.

HSL color Cylindrical-coordinate representation of color #BD5235: hue angle of 12.79º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD5235 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB1898253-
CMYK00.570.720.26
HSL12.79º56.2%47.45%-
HSV(B)12.79º71.96%74.12%-
XYZ24.6517.115.37-
YUV110.6995.45183.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.33%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=58.33%
G=25.31%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189825300.570.720.2612.7956.247.45
HexBD5235039481Ad382f
Octal2751226507111032157057
Binary10111101101001011010101110011001000110101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5235; }

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

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

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

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

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

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

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

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