#BEB341

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

Shades of Brass #BEB341

Tints of Brass #BEB341

Color information

#BEB341 (or 0xBEB341) is unknown color: approx Brass. HEX triplet: BE, B3 and 41. RGB value is (190,179,65). Sum of RGB (Red+Green+Blue) = 190+179+65=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB341 is #414CBE. Grayscale: #A9A9A9. Windows color (decimal): -4279487 or 4305854. OLE color: 4305854.

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

Color convert

RGB19017965-
CMYK00.060.660.25
HSL54.72º49.02%50%-
HSV(B)54.72º65.79%74.51%-
XYZ38.3143.5711.39-
YUV169.2969.14142.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 179 (70.31% from 255) = 41.24%
BLUE value IS 65 (25.78% from 255) = 14.98%
R=43.78%
G=41.24%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901796500.060.660.2554.7249.0250
HexBEB341064219373132
Octal2762631010610231676162
Binary101111101011001110000010110100001011001110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB341; }

 p { color: rgb(190,179,65); }

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

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

 a { background-color: rgb(190,179,65); }

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

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

 span { border-color: rgb(190,179,65); }

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