#BEB13F

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

Shades of Brass #BEB13F

Tints of Brass #BEB13F

Color information

#BEB13F (or 0xBEB13F) is unknown color: approx Brass. HEX triplet: BE, B1 and 3F. RGB value is (190,177,63). Sum of RGB (Red+Green+Blue) = 190+177+63=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB13F is #414EC0. Grayscale: #A8A8A8. Windows color (decimal): -4280001 or 4174270. OLE color: 4174270.

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

Color convert

RGB19017763-
CMYK00.070.670.25
HSL53.86º50.2%49.61%-
HSV(B)53.86º66.84%74.51%-
XYZ37.8542.7510.96-
YUV167.8968.81143.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 177 (69.53% from 255) = 41.16%
BLUE value IS 63 (25% from 255) = 14.65%
R=44.19%
G=41.16%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901776300.070.670.2553.8650.249.61
HexBEB13F074319363232
Octal276261770710331666262
Binary10111110101100011111110111100001111001110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB13F; }

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

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

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

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

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

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

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

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