#BDB046

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

Shades of Brass #BDB046

Tints of Brass #BDB046

Color information

#BDB046 (or 0xBDB046) is unknown color: approx Brass. HEX triplet: BD, B0 and 46. RGB value is (189,176,70). Sum of RGB (Red+Green+Blue) = 189+176+70=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB046 is #424FB9. Grayscale: #A8A8A8. Windows color (decimal): -4345786 or 4632765. OLE color: 4632765.

HSL color Cylindrical-coordinate representation of color #BDB046: hue angle of 53.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDB046 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18917670-
CMYK00.070.630.26
HSL53.45º47.41%50.78%-
HSV(B)53.45º62.96%74.12%-
XYZ37.6242.3111.98-
YUV167.872.81143.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 70 (27.73% from 255) = 16.09%
R=43.45%
G=40.46%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891767000.070.630.2653.4547.4150.78
HexBDB046073F1A352f33
Octal275260106077732655763
Binary10111101101100001000110011111111111010110101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB046; }

 p { color: rgb(189,176,70); }

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

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

 a { background-color: rgb(189,176,70); }

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

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

 span { border-color: rgb(189,176,70); }

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