#BDB346

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

Shades of Brass #BDB346

Tints of Brass #BDB346

Color information

#BDB346 (or 0xBDB346) is unknown color: approx Brass. HEX triplet: BD, B3 and 46. RGB value is (189,179,70). Sum of RGB (Red+Green+Blue) = 189+179+70=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB346 is #424CB9. Grayscale: #AAAAAA. Windows color (decimal): -4345018 or 4633533. OLE color: 4633533.

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

Color convert

RGB18917970-
CMYK00.050.630.26
HSL54.96º47.41%50.78%-
HSV(B)54.96º62.96%74.12%-
XYZ38.2143.512.18-
YUV169.5671.81141.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 179 (70.31% from 255) = 40.87%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=43.15%
G=40.87%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891797000.050.630.2654.9647.4150.78
HexBDB346053F1A372f33
Octal275263106057732675763
Binary10111101101100111000110010111111111010110111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB346; }

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

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

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

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

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

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

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

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