#BEB542

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

Shades of Brass #BEB542

Tints of Brass #BEB542

Color information

#BEB542 (or 0xBEB542) is unknown color: approx Brass. HEX triplet: BE, B5 and 42. RGB value is (190,181,66). Sum of RGB (Red+Green+Blue) = 190+181+66=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB542 is #414ABD. Grayscale: #ABABAB. Windows color (decimal): -4278974 or 4371902. OLE color: 4371902.

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

Color convert

RGB19018166-
CMYK00.050.650.25
HSL55.65º48.82%50.2%-
HSV(B)55.65º65.26%74.51%-
XYZ38.7444.3911.68-
YUV170.5868.98141.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 66 (26.17% from 255) = 15.10%
R=43.48%
G=41.42%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901816600.050.650.2555.6548.8250.2
HexBEB542054119383132
Octal2762651020510131706162
Binary101111101011010110000100101100000111001111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB542; }

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

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

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

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

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

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

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

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