#BDB546

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

Shades of Brass #BDB546

Tints of Brass #BDB546

Color information

#BDB546 (or 0xBDB546) is unknown color: approx Brass. HEX triplet: BD, B5 and 46. RGB value is (189,181,70). Sum of RGB (Red+Green+Blue) = 189+181+70=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB546 is #424AB9. Grayscale: #ABABAB. Windows color (decimal): -4344506 or 4634045. OLE color: 4634045.

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

Color convert

RGB18918170-
CMYK00.040.630.26
HSL55.97º47.41%50.78%-
HSV(B)55.97º62.96%74.12%-
XYZ38.6244.3112.31-
YUV170.7471.15141.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 70 (27.73% from 255) = 15.91%
R=42.95%
G=41.14%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891817000.040.630.2655.9747.4150.78
HexBDB546043F1A382f33
Octal275265106047732705763
Binary10111101101101011000110010011111111010111000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB546; }

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

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

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

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

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

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

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

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