#BBA340

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

Shades of Brass #BBA340

Tints of Brass #BBA340

Color information

#BBA340 (or 0xBBA340) is unknown color: approx Brass. HEX triplet: BB, A3 and 40. RGB value is (187,163,64). Sum of RGB (Red+Green+Blue) = 187+163+64=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA340 is #445CBF. Grayscale: #9F9F9F. Windows color (decimal): -4480192 or 4236219. OLE color: 4236219.

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

Color convert

RGB18716364-
CMYK00.130.660.27
HSL48.29º49%49.22%-
HSV(B)48.29º65.78%73.33%-
XYZ34.5237.1310.2-
YUV158.8974.45148.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 163 (64.06% from 255) = 39.37%
BLUE value IS 64 (25.39% from 255) = 15.46%
R=45.17%
G=39.37%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871636400.130.660.2748.294949.22
HexBBA3400D421B303131
Octal27324310001510233606161
Binary1011101110100011100000001101100001011011110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA340; }

 p { color: rgb(187,163,64); }

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

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

 a { background-color: rgb(187,163,64); }

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

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

 span { border-color: rgb(187,163,64); }

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