#BDAF3F

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

Shades of Brass #BDAF3F

Tints of Brass #BDAF3F

Color information

#BDAF3F (or 0xBDAF3F) is unknown color: approx Brass. HEX triplet: BD, AF and 3F. RGB value is (189,175,63). Sum of RGB (Red+Green+Blue) = 189+175+63=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF3F is #4250C0. Grayscale: #A6A6A6. Windows color (decimal): -4346049 or 4173757. OLE color: 4173757.

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

Color convert

RGB18917563-
CMYK00.070.670.26
HSL53.33º50%49.41%-
HSV(B)53.33º66.67%74.12%-
XYZ37.2141.8410.82-
YUV166.4269.64144.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 63 (25% from 255) = 14.75%
R=44.26%
G=40.98%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891756300.070.670.2653.335049.41
HexBDAF3F07431A353231
Octal275257770710332656261
Binary10111101101011111111110111100001111010110101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF3F; }

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

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

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

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

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

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

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

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