#BDB83F

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

Shades of Brass #BDB83F

Tints of Brass #BDB83F

Color information

#BDB83F (or 0xBDB83F) is unknown color: approx Brass. HEX triplet: BD, B8 and 3F. RGB value is (189,184,63). Sum of RGB (Red+Green+Blue) = 189+184+63=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB83F is #4247C0. Grayscale: #ACACAC. Windows color (decimal): -4343745 or 4176061. OLE color: 4176061.

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

Color convert

RGB18918463-
CMYK00.030.670.26
HSL57.62º50%49.41%-
HSV(B)57.62º66.67%74.12%-
XYZ39.0245.4611.42-
YUV171.766.66140.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 63 (25% from 255) = 14.45%
R=43.35%
G=42.20%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891846300.030.670.2657.625049.41
HexBDB83F03431A3a3231
Octal275270770310332726261
Binary1011110110111000111111011100001111010111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB83F; }

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

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

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

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

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

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

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

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