#BDB044

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

Shades of Brass #BDB044

Tints of Brass #BDB044

Color information

#BDB044 (or 0xBDB044) is unknown color: approx Brass. HEX triplet: BD, B0 and 44. RGB value is (189,176,68). Sum of RGB (Red+Green+Blue) = 189+176+68=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB044 is #424FBB. Grayscale: #A8A8A8. Windows color (decimal): -4345788 or 4501693. OLE color: 4501693.

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

Color convert

RGB18917668-
CMYK00.070.640.26
HSL53.55º47.83%50.39%-
HSV(B)53.55º64.02%74.12%-
XYZ37.5542.2911.65-
YUV167.5871.81143.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 68 (26.95% from 255) = 15.70%
R=43.65%
G=40.65%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891766800.070.640.2653.5547.8350.39
HexBDB04407401A363032
Octal2752601040710032666062
Binary101111011011000010001000111100000011010110110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB044; }

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

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

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

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

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

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

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

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