#BEB045

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

Shades of Brass #BEB045

Tints of Brass #BEB045

Color information

#BEB045 (or 0xBEB045) is unknown color: approx Brass. HEX triplet: BE, B0 and 45. RGB value is (190,176,69). Sum of RGB (Red+Green+Blue) = 190+176+69=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB045 is #414FBA. Grayscale: #A8A8A8. Windows color (decimal): -4280251 or 4567230. OLE color: 4567230.

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

Color convert

RGB19017669-
CMYK00.070.640.25
HSL53.06º48.21%50.78%-
HSV(B)53.06º63.68%74.51%-
XYZ37.8342.4311.83-
YUV167.9972.14143.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 69 (27.34% from 255) = 15.86%
R=43.68%
G=40.46%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901766900.070.640.2553.0648.2150.78
HexBEB045074019353033
Octal2762601050710031656063
Binary101111101011000010001010111100000011001110101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB045; }

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

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

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

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

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

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

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

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