#BDB440

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

Shades of Brass #BDB440

Tints of Brass #BDB440

Color information

#BDB440 (or 0xBDB440) is unknown color: approx Brass. HEX triplet: BD, B4 and 40. RGB value is (189,180,64). Sum of RGB (Red+Green+Blue) = 189+180+64=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB440 is #424BBF. Grayscale: #A9A9A9. Windows color (decimal): -4344768 or 4240573. OLE color: 4240573.

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

Color convert

RGB18918064-
CMYK00.050.660.26
HSL55.68º49.41%49.61%-
HSV(B)55.68º66.14%74.12%-
XYZ38.2343.8311.3-
YUV169.4768.48141.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 64 (25.39% from 255) = 14.78%
R=43.65%
G=41.57%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891806400.050.660.2655.6849.4149.61
HexBDB44005421A383132
Octal2752641000510232706162
Binary101111011011010010000000101100001011010111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB440; }

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

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

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

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

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

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

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

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