#BDB140

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

Shades of Brass #BDB140

Tints of Brass #BDB140

Color information

#BDB140 (or 0xBDB140) is unknown color: approx Brass. HEX triplet: BD, B1 and 40. RGB value is (189,177,64). Sum of RGB (Red+Green+Blue) = 189+177+64=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB140 is #424EBF. Grayscale: #A8A8A8. Windows color (decimal): -4345536 or 4239805. OLE color: 4239805.

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

Color convert

RGB18917764-
CMYK00.060.660.26
HSL54.24º49.41%49.61%-
HSV(B)54.24º66.14%74.12%-
XYZ37.6342.6311.1-
YUV167.7169.48143.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 177 (69.53% from 255) = 41.16%
BLUE value IS 64 (25.39% from 255) = 14.88%
R=43.95%
G=41.16%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891776400.060.660.2654.2449.4149.61
HexBDB14006421A363132
Octal2752611000610232666162
Binary101111011011000110000000110100001011010110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB140; }

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

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

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

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

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

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

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

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