#BDB339

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

Shades of Brass #BDB339

Tints of Brass #BDB339

Color information

#BDB339 (or 0xBDB339) is unknown color: approx Brass. HEX triplet: BD, B3 and 39. RGB value is (189,179,57). Sum of RGB (Red+Green+Blue) = 189+179+57=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB339 is #424CC6. Grayscale: #A8A8A8. Windows color (decimal): -4345031 or 3781565. OLE color: 3781565.

HSL color Cylindrical-coordinate representation of color #BDB339: hue angle of 55.45º 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 #BDB339 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18917957-
CMYK00.050.700.26
HSL55.45º53.66%48.24%-
HSV(B)55.45º69.84%74.12%-
XYZ37.8443.3510.24-
YUV168.0865.31142.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.47%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=44.47%
G=42.12%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891795700.050.700.2655.4553.6648.24
HexBDB33905461A373630
Octal275263710510632676660
Binary10111101101100111110010101100011011010110111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB339; }

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

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

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

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

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

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

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

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