#BDB446

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

Shades of Brass #BDB446

Tints of Brass #BDB446

Color information

#BDB446 (or 0xBDB446) is unknown color: approx Brass. HEX triplet: BD, B4 and 46. RGB value is (189,180,70). Sum of RGB (Red+Green+Blue) = 189+180+70=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB446 is #424BB9. Grayscale: #AAAAAA. Windows color (decimal): -4344762 or 4633789. OLE color: 4633789.

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

Color convert

RGB18918070-
CMYK00.050.630.26
HSL55.46º47.41%50.78%-
HSV(B)55.46º62.96%74.12%-
XYZ38.4143.912.24-
YUV170.1571.48141.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 70 (27.73% from 255) = 15.95%
R=43.05%
G=41.00%
B=15.95%

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
Decimal1891807000.050.630.2655.4647.4150.78
HexBDB446053F1A372f33
Octal275264106057732675763
Binary10111101101101001000110010111111111010110111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB446; }

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

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

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

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

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

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

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

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