#BDB245

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

Shades of Brass #BDB245

Tints of Brass #BDB245

Color information

#BDB245 (or 0xBDB245) is unknown color: approx Brass. HEX triplet: BD, B2 and 45. RGB value is (189,178,69). Sum of RGB (Red+Green+Blue) = 189+178+69=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB245 is #424DBA. Grayscale: #A9A9A9. Windows color (decimal): -4345275 or 4567741. OLE color: 4567741.

HSL color Cylindrical-coordinate representation of color #BDB245: hue angle of 54.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 #BDB245 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18917869-
CMYK00.060.630.26
HSL54.5º47.62%50.59%-
HSV(B)54.5º63.49%74.12%-
XYZ37.9843.0911.95-
YUV168.8671.64142.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 178 (69.92% from 255) = 40.83%
BLUE value IS 69 (27.34% from 255) = 15.83%
R=43.35%
G=40.83%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891786900.060.630.2654.547.6250.59
HexBDB245063F1A363033
Octal275262105067732666063
Binary10111101101100101000101011011111111010110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB245; }

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

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

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

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

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

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

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

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