#BDB139

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

Shades of Brass #BDB139

Tints of Brass #BDB139

Color information

#BDB139 (or 0xBDB139) is unknown color: approx Brass. HEX triplet: BD, B1 and 39. RGB value is (189,177,57). Sum of RGB (Red+Green+Blue) = 189+177+57=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB139 is #424EC6. Grayscale: #A7A7A7. Windows color (decimal): -4345543 or 3781053. OLE color: 3781053.

HSL color Cylindrical-coordinate representation of color #BDB139: hue angle of 54.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDB139 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18917757-
CMYK00.060.700.26
HSL54.55º53.66%48.24%-
HSV(B)54.55º69.84%74.12%-
XYZ37.4542.5610.11-
YUV166.9165.98143.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 177 (69.53% from 255) = 41.84%
BLUE value IS 57 (22.66% from 255) = 13.48%
R=44.68%
G=41.84%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891775700.060.700.2654.5553.6648.24
HexBDB13906461A373630
Octal275261710610632676660
Binary10111101101100011110010110100011011010110111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB139; }

 p { color: rgb(189,177,57); }

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

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

 a { background-color: rgb(189,177,57); }

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

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

 span { border-color: rgb(189,177,57); }

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