#BBA73F

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

Shades of Brass #BBA73F

Tints of Brass #BBA73F

Color information

#BBA73F (or 0xBBA73F) is unknown color: approx Brass. HEX triplet: BB, A7 and 3F. RGB value is (187,167,63). Sum of RGB (Red+Green+Blue) = 187+167+63=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA73F is #4458C0. Grayscale: #A1A1A1. Windows color (decimal): -4479169 or 4171707. OLE color: 4171707.

HSL color Cylindrical-coordinate representation of color #BBA73F: hue angle of 50.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBA73F is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18716763-
CMYK00.110.660.27
HSL50.32º49.6%49.02%-
HSV(B)50.32º66.31%73.33%-
XYZ35.2138.5610.29-
YUV161.1272.63146.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 63 (25% from 255) = 15.11%
R=44.84%
G=40.05%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871676300.110.660.2750.3249.649.02
HexBBA73F0B421B323231
Octal2732477701310233626261
Binary101110111010011111111101011100001011011110010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA73F; }

 p { color: rgb(187,167,63); }

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

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

 a { background-color: rgb(187,167,63); }

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

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

 span { border-color: rgb(187,167,63); }

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