#BEB339

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

Shades of Brass #BEB339

Tints of Brass #BEB339

Color information

#BEB339 (or 0xBEB339) is unknown color: approx Brass. HEX triplet: BE, B3 and 39. RGB value is (190,179,57). Sum of RGB (Red+Green+Blue) = 190+179+57=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB339 is #414CC6. Grayscale: #A8A8A8. Windows color (decimal): -4279495 or 3781566. OLE color: 3781566.

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

Color convert

RGB19017957-
CMYK00.060.70.25
HSL55.04º53.85%48.43%-
HSV(B)55.04º70%74.51%-
XYZ38.0943.4810.26-
YUV168.3865.14143.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 57 (22.66% from 255) = 13.38%
R=44.60%
G=42.02%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901795700.060.70.2555.0453.8548.43
HexBEB339064619373630
Octal276263710610631676660
Binary10111110101100111110010110100011011001110111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB339; }

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

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

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

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

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

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

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

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