#BDB141

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

Shades of Brass #BDB141

Tints of Brass #BDB141

Color information

#BDB141 (or 0xBDB141) is unknown color: approx Brass. HEX triplet: BD, B1 and 41. RGB value is (189,177,65). Sum of RGB (Red+Green+Blue) = 189+177+65=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB141 is #424EBE. Grayscale: #A8A8A8. Windows color (decimal): -4345535 or 4305341. OLE color: 4305341.

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

Color convert

RGB18917765-
CMYK00.060.660.26
HSL54.19º48.82%49.8%-
HSV(B)54.19º65.61%74.12%-
XYZ37.6642.6411.25-
YUV167.8269.98143.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 65 (25.78% from 255) = 15.08%
R=43.85%
G=41.07%
B=15.08%

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
Decimal1891776500.060.660.2654.1948.8249.8
HexBDB14106421A363132
Octal2752611010610232666162
Binary101111011011000110000010110100001011010110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB141; }

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

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

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

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

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

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

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

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