#BDA13C

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

Shades of Brass #BDA13C

Tints of Brass #BDA13C

Color information

#BDA13C (or 0xBDA13C) is unknown color: approx Brass. HEX triplet: BD, A1 and 3C. RGB value is (189,161,60). Sum of RGB (Red+Green+Blue) = 189+161+60=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA13C is #425EC3. Grayscale: #9E9E9E. Windows color (decimal): -4349636 or 3973565. OLE color: 3973565.

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

Color convert

RGB18916160-
CMYK00.150.680.26
HSL46.98º51.81%48.82%-
HSV(B)46.98º68.25%74.12%-
XYZ34.5536.639.53-
YUV157.8672.78150.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.10%
GREEN value IS 161 (63.28% from 255) = 39.27%
BLUE value IS 60 (23.83% from 255) = 14.63%
R=46.10%
G=39.27%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891616000.150.680.2646.9851.8148.82
HexBDA13C0F441A2f3431
Octal2752417401710432576461
Binary101111011010000111110001111100010011010101111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA13C; }

 p { color: rgb(189,161,60); }

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

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

 a { background-color: rgb(189,161,60); }

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

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

 span { border-color: rgb(189,161,60); }

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