#BE533B

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

Shades of Grenadier #BE533B

Tints of Grenadier #BE533B

Color information

#BE533B (or 0xBE533B) is unknown color: approx Grenadier. HEX triplet: BE, 53 and 3B. RGB value is (190,83,59). Sum of RGB (Red+Green+Blue) = 190+83+59=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE533B is #41ACC4. Grayscale: #707070. Windows color (decimal): -4304069 or 3888062. OLE color: 3888062.

HSL color Cylindrical-coordinate representation of color #BE533B: hue angle of 10.99º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE533B is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1908359-
CMYK00.560.690.25
HSL10.99º52.61%48.82%-
HSV(B)10.99º68.95%74.51%-
XYZ25.1217.456.18-
YUV112.2697.95183.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=57.23%
G=25%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190835900.560.690.2510.9952.6148.82
HexBE533B0384519b3531
Octal2761237307010531136561
Binary10111110101001111101101110001000101110011011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE533B; }

 p { color: rgb(190,83,59); }

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

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

 a { background-color: rgb(190,83,59); }

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

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

 span { border-color: rgb(190,83,59); }

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