#BEB139

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

Shades of Brass #BEB139

Tints of Brass #BEB139

Color information

#BEB139 (or 0xBEB139) is unknown color: approx Brass. HEX triplet: BE, B1 and 39. RGB value is (190,177,57). Sum of RGB (Red+Green+Blue) = 190+177+57=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB139 is #414EC6. Grayscale: #A7A7A7. Windows color (decimal): -4280007 or 3781054. OLE color: 3781054.

HSL color Cylindrical-coordinate representation of color #BEB139: hue angle of 54.14º 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 #BEB139 is Cyan = 0, Magento = 0.07, Yellow = 0.7 and Black (K on CMYK) = 0.25.

Color convert

RGB19017757-
CMYK00.070.70.25
HSL54.14º53.85%48.43%-
HSV(B)54.14º70%74.51%-
XYZ37.742.6910.12-
YUV167.2165.81144.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 177 (69.53% from 255) = 41.75%
BLUE value IS 57 (22.66% from 255) = 13.44%
R=44.81%
G=41.75%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901775700.070.70.2554.1453.8548.43
HexBEB139074619363630
Octal276261710710631666660
Binary10111110101100011110010111100011011001110110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB139; }

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

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

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

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

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

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

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

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