#BEB041

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

Shades of Brass #BEB041

Tints of Brass #BEB041

Color information

#BEB041 (or 0xBEB041) is unknown color: approx Brass. HEX triplet: BE, B0 and 41. RGB value is (190,176,65). Sum of RGB (Red+Green+Blue) = 190+176+65=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB041 is #414FBE. Grayscale: #A7A7A7. Windows color (decimal): -4280255 or 4305086. OLE color: 4305086.

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

Color convert

RGB19017665-
CMYK00.070.660.25
HSL53.28º49.02%50%-
HSV(B)53.28º65.79%74.51%-
XYZ37.7142.3811.19-
YUV167.5370.14144.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 65 (25.78% from 255) = 15.08%
R=44.08%
G=40.84%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901766500.070.660.2553.2849.0250
HexBEB041074219353132
Octal2762601010710231656162
Binary101111101011000010000010111100001011001110101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB041; }

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

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

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

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

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

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

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

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