#BDB444

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

Shades of Brass #BDB444

Tints of Brass #BDB444

Color information

#BDB444 (or 0xBDB444) is unknown color: approx Brass. HEX triplet: BD, B4 and 44. RGB value is (189,180,68). Sum of RGB (Red+Green+Blue) = 189+180+68=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB444 is #424BBB. Grayscale: #AAAAAA. Windows color (decimal): -4344764 or 4502717. OLE color: 4502717.

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

Color convert

RGB18918068-
CMYK00.050.640.26
HSL55.54º47.83%50.39%-
HSV(B)55.54º64.02%74.12%-
XYZ38.3543.8811.92-
YUV169.9270.48141.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 68 (26.95% from 255) = 15.56%
R=43.25%
G=41.19%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891806800.050.640.2655.5447.8350.39
HexBDB44405401A383032
Octal2752641040510032706062
Binary101111011011010010001000101100000011010111000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB444; }

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

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

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

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

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

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

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

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