#BDB13F

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

Shades of Brass #BDB13F

Tints of Brass #BDB13F

Color information

#BDB13F (or 0xBDB13F) is unknown color: approx Brass. HEX triplet: BD, B1 and 3F. RGB value is (189,177,63). Sum of RGB (Red+Green+Blue) = 189+177+63=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB13F is #424EC0. Grayscale: #A8A8A8. Windows color (decimal): -4345537 or 4174269. OLE color: 4174269.

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

Color convert

RGB18917763-
CMYK00.060.670.26
HSL54.29º50%49.41%-
HSV(B)54.29º66.67%74.12%-
XYZ37.6142.6210.95-
YUV167.5968.98143.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 63 (25% from 255) = 14.69%
R=44.06%
G=41.26%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891776300.060.670.2654.295049.41
HexBDB13F06431A363231
Octal275261770610332666261
Binary10111101101100011111110110100001111010110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB13F; }

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

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

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

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

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

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

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

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