#BEB43F

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

Shades of Brass #BEB43F

Tints of Brass #BEB43F

Color information

#BEB43F (or 0xBEB43F) is unknown color: approx Brass. HEX triplet: BE, B4 and 3F. RGB value is (190,180,63). Sum of RGB (Red+Green+Blue) = 190+180+63=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB43F is #414BC0. Grayscale: #AAAAAA. Windows color (decimal): -4279233 or 4175038. OLE color: 4175038.

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

Color convert

RGB19018063-
CMYK00.050.670.25
HSL55.28º50.2%49.61%-
HSV(B)55.28º66.84%74.51%-
XYZ38.4543.9511.16-
YUV169.6567.81142.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 63 (25% from 255) = 14.55%
R=43.88%
G=41.57%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901806300.050.670.2555.2850.249.61
HexBEB43F054319373232
Octal276264770510331676262
Binary10111110101101001111110101100001111001110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB43F; }

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

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

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

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

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

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

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

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