#BEB43D

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

Shades of Brass #BEB43D

Tints of Brass #BEB43D

Color information

#BEB43D (or 0xBEB43D) is unknown color: approx Brass. HEX triplet: BE, B4 and 3D. RGB value is (190,180,61). Sum of RGB (Red+Green+Blue) = 190+180+61=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB43D is #414BC2. Grayscale: #A9A9A9. Windows color (decimal): -4279235 or 4043966. OLE color: 4043966.

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

Color convert

RGB19018061-
CMYK00.050.680.25
HSL55.35º51.39%49.22%-
HSV(B)55.35º67.89%74.51%-
XYZ38.443.9310.87-
YUV169.4266.81142.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 61 (24.22% from 255) = 14.15%
R=44.08%
G=41.76%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901806100.050.680.2555.3551.3949.22
HexBEB43D054419373331
Octal276264750510431676361
Binary10111110101101001111010101100010011001110111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB43D; }

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

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

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

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

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

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

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

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