#BDB045

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

Shades of Brass #BDB045

Tints of Brass #BDB045

Color information

#BDB045 (or 0xBDB045) is unknown color: approx Brass. HEX triplet: BD, B0 and 45. RGB value is (189,176,69). Sum of RGB (Red+Green+Blue) = 189+176+69=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB045 is #424FBA. Grayscale: #A8A8A8. Windows color (decimal): -4345787 or 4567229. OLE color: 4567229.

HSL color Cylindrical-coordinate representation of color #BDB045: hue angle of 53.5º degrees, saturation: 0.48, 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 #BDB045 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18917669-
CMYK00.070.630.26
HSL53.5º47.62%50.59%-
HSV(B)53.5º63.49%74.12%-
XYZ37.5942.311.81-
YUV167.6972.31143.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 69 (27.34% from 255) = 15.90%
R=43.55%
G=40.55%
B=15.90%

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
Decimal1891766900.070.630.2653.547.6250.59
HexBDB045073F1A363033
Octal275260105077732666063
Binary10111101101100001000101011111111111010110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB045; }

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

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

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

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

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

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

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

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