#BBA63F

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

Shades of Brass #BBA63F

Tints of Brass #BBA63F

Color information

#BBA63F (or 0xBBA63F) is unknown color: approx Brass. HEX triplet: BB, A6 and 3F. RGB value is (187,166,63). Sum of RGB (Red+Green+Blue) = 187+166+63=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA63F is #4459C0. Grayscale: #A0A0A0. Windows color (decimal): -4479425 or 4171451. OLE color: 4171451.

HSL color Cylindrical-coordinate representation of color #BBA63F: hue angle of 49.84º 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 #BBA63F is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18716663-
CMYK00.110.660.27
HSL49.84º49.6%49.02%-
HSV(B)49.84º66.31%73.33%-
XYZ35.0338.210.23-
YUV160.5472.96146.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 166 (65.23% from 255) = 39.90%
BLUE value IS 63 (25% from 255) = 15.14%
R=44.95%
G=39.90%
B=15.14%

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
Decimal1871666300.110.660.2749.8449.649.02
HexBBA63F0B421B323231
Octal2732467701310233626261
Binary101110111010011011111101011100001011011110010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA63F; }

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

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

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

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

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

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

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

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