#BEB43A

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

Shades of Brass #BEB43A

Tints of Brass #BEB43A

Color information

#BEB43A (or 0xBEB43A) is unknown color: approx Brass. HEX triplet: BE, B4 and 3A. RGB value is (190,180,58). Sum of RGB (Red+Green+Blue) = 190+180+58=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB43A is #414BC5. Grayscale: #A9A9A9. Windows color (decimal): -4279238 or 3847358. OLE color: 3847358.

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

Color convert

RGB19018058-
CMYK00.050.690.25
HSL55.45º53.23%48.63%-
HSV(B)55.45º69.47%74.51%-
XYZ38.3243.910.46-
YUV169.0865.31142.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 180 (70.70% from 255) = 42.06%
BLUE value IS 58 (23.05% from 255) = 13.55%
R=44.39%
G=42.06%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901805800.050.690.2555.4553.2348.63
HexBEB43A054519373531
Octal276264720510531676561
Binary10111110101101001110100101100010111001110111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB43A; }

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

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

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

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

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

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

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

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