#BDAB44

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

Shades of Brass #BDAB44

Tints of Brass #BDAB44

Color information

#BDAB44 (or 0xBDAB44) is unknown color: approx Brass. HEX triplet: BD, AB and 44. RGB value is (189,171,68). Sum of RGB (Red+Green+Blue) = 189+171+68=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB44 is #4254BB. Grayscale: #A5A5A5. Windows color (decimal): -4347068 or 4500413. OLE color: 4500413.

HSL color Cylindrical-coordinate representation of color #BDAB44: hue angle of 51.07º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDAB44 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB18917168-
CMYK00.100.640.26
HSL51.07º47.83%50.39%-
HSV(B)51.07º64.02%74.12%-
XYZ36.5940.3611.33-
YUV164.6473.46145.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 68 (26.95% from 255) = 15.89%
R=44.16%
G=39.95%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891716800.100.640.2651.0747.8350.39
HexBDAB440A401A333032
Octal27525310401210032636062
Binary1011110110101011100010001010100000011010110011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB44; }

 p { color: rgb(189,171,68); }

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

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

 a { background-color: rgb(189,171,68); }

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

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

 span { border-color: rgb(189,171,68); }

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