#BEB239

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

Shades of Brass #BEB239

Tints of Brass #BEB239

Color information

#BEB239 (or 0xBEB239) is unknown color: approx Brass. HEX triplet: BE, B2 and 39. RGB value is (190,178,57). Sum of RGB (Red+Green+Blue) = 190+178+57=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB239 is #414DC6. Grayscale: #A8A8A8. Windows color (decimal): -4279751 or 3781310. OLE color: 3781310.

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

Color convert

RGB19017857-
CMYK00.060.70.25
HSL54.59º53.85%48.43%-
HSV(B)54.59º70%74.51%-
XYZ37.8943.0810.19-
YUV167.7965.48143.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=44.71%
G=41.88%
B=13.41%

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
Decimal1901785700.060.70.2554.5953.8548.43
HexBEB239064619373630
Octal276262710610631676660
Binary10111110101100101110010110100011011001110111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB239; }

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

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

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

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

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

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

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

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