#BDB741

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

Shades of Brass #BDB741

Tints of Brass #BDB741

Color information

#BDB741 (or 0xBDB741) is unknown color: approx Brass. HEX triplet: BD, B7 and 41. RGB value is (189,183,65). Sum of RGB (Red+Green+Blue) = 189+183+65=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB741 is #4248BE. Grayscale: #ABABAB. Windows color (decimal): -4343999 or 4306877. OLE color: 4306877.

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

Color convert

RGB18918365-
CMYK00.030.660.26
HSL57.1º48.82%49.8%-
HSV(B)57.1º65.61%74.12%-
XYZ38.8745.0711.65-
YUV171.3467.99140.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 65 (25.78% from 255) = 14.87%
R=43.25%
G=41.88%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891836500.030.660.2657.148.8249.8
HexBDB74103421A393132
Octal2752671010310232716162
Binary10111101101101111000001011100001011010111001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB741; }

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

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

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

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

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

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

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

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