#BDA935

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

Shades of Brass #BDA935

Tints of Brass #BDA935

Color information

#BDA935 (or 0xBDA935) is unknown color: approx Brass. HEX triplet: BD, A9 and 35. RGB value is (189,169,53). Sum of RGB (Red+Green+Blue) = 189+169+53=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA935 is #4256CA. Grayscale: #A2A2A2. Windows color (decimal): -4347595 or 3516861. OLE color: 3516861.

HSL color Cylindrical-coordinate representation of color #BDA935: hue angle of 51.18º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDA935 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18916953-
CMYK00.110.720.26
HSL51.18º56.2%47.45%-
HSV(B)51.18º71.96%74.12%-
XYZ35.8239.459.1-
YUV161.7666.63147.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 169 (66.41% from 255) = 41.12%
BLUE value IS 53 (21.09% from 255) = 12.90%
R=45.99%
G=41.12%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891695300.110.720.2651.1856.247.45
HexBDA9350B481A33382f
Octal2752516501311032637057
Binary101111011010100111010101011100100011010110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA935; }

 p { color: rgb(189,169,53); }

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

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

 a { background-color: rgb(189,169,53); }

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

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

 span { border-color: rgb(189,169,53); }

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