#beb545

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

Shades of Brass #BEB545

Tints of Brass #BEB545

Color information

#BEB545 (or 0xBEB545) is unknown color: approx Brass. HEX triplet: BE, B5 and 45. RGB value is (190,181,69). Sum of RGB (Red+Green+Blue) = 190+181+69=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB545 is #414ABA. Grayscale: #ABABAB. Windows color (decimal): -4278971 or 4568510. OLE color: 4568510.

HSL color Cylindrical-coordinate representation of color #BEB545: hue angle of 55.54º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEB545 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19018169-
CMYK00.050.640.25
HSL55.54º48.21%50.78%-
HSV(B)55.54º63.68%74.51%-
XYZ38.8344.4212.16-
YUV170.9270.48141.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 69 (27.34% from 255) = 15.68%
R=43.18%
G=41.14%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901816900.050.640.2555.5448.2150.78
HexBEB545054019383033
Octal2762651050510031706063
Binary101111101011010110001010101100000011001111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #beb545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #beb545; }

 p { color: rgb(190,181,69); }

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

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

 a { background-color: rgb(190,181,69); }

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

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

 span { border-color: rgb(190,181,69); }

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