#BEB443

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

Shades of Brass #BEB443

Tints of Brass #BEB443

Color information

#BEB443 (or 0xBEB443) is unknown color: approx Brass. HEX triplet: BE, B4 and 43. RGB value is (190,180,67). Sum of RGB (Red+Green+Blue) = 190+180+67=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB443 is #414BBC. Grayscale: #AAAAAA. Windows color (decimal): -4279229 or 4437182. OLE color: 4437182.

HSL color Cylindrical-coordinate representation of color #BEB443: hue angle of 55.12º 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 #BEB443 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19018067-
CMYK00.050.650.25
HSL55.12º48.62%50.39%-
HSV(B)55.12º64.74%74.51%-
XYZ38.5743.9911.77-
YUV170.1169.81142.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 67 (26.56% from 255) = 15.33%
R=43.48%
G=41.19%
B=15.33%

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
Decimal1901806700.050.650.2555.1248.6250.39
HexBEB443054119373132
Octal2762641030510131676162
Binary101111101011010010000110101100000111001110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB443; }

 p { color: rgb(190,180,67); }

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

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

 a { background-color: rgb(190,180,67); }

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

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

 span { border-color: rgb(190,180,67); }

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