#BDAB36

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

Shades of Brass #BDAB36

Tints of Brass #BDAB36

Color information

#BDAB36 (or 0xBDAB36) is unknown color: approx Brass. HEX triplet: BD, AB and 36. RGB value is (189,171,54). Sum of RGB (Red+Green+Blue) = 189+171+54=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB36 is #4254C9. Grayscale: #A3A3A3. Windows color (decimal): -4347082 or 3582909. OLE color: 3582909.

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

Color convert

RGB18917154-
CMYK00.100.710.26
HSL52º55.56%47.65%-
HSV(B)52º71.43%74.12%-
XYZ36.2240.219.34-
YUV163.0466.46146.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 54 (21.48% from 255) = 13.04%
R=45.65%
G=41.30%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891715400.100.710.265255.5647.65
HexBDAB360A471A343830
Octal2752536601210732647060
Binary101111011010101111011001010100011111010110100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB36; }

 p { color: rgb(189,171,54); }

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

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

 a { background-color: rgb(189,171,54); }

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

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

 span { border-color: rgb(189,171,54); }

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