#BDB63F

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

Shades of Brass #BDB63F

Tints of Brass #BDB63F

Color information

#BDB63F (or 0xBDB63F) is unknown color: approx Brass. HEX triplet: BD, B6 and 3F. RGB value is (189,182,63). Sum of RGB (Red+Green+Blue) = 189+182+63=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB63F is #4249C0. Grayscale: #ABABAB. Windows color (decimal): -4344257 or 4175549. OLE color: 4175549.

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

Color convert

RGB18918263-
CMYK00.040.670.26
HSL56.67º50%49.41%-
HSV(B)56.67º66.67%74.12%-
XYZ38.6144.6311.28-
YUV170.5367.32141.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 63 (25% from 255) = 14.52%
R=43.55%
G=41.94%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891826300.040.670.2656.675049.41
HexBDB63F04431A393231
Octal275266770410332716261
Binary10111101101101101111110100100001111010111001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB63F; }

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

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

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

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

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

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

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

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