#BBA944

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

Shades of Brass #BBA944

Tints of Brass #BBA944

Color information

#BBA944 (or 0xBBA944) is unknown color: approx Brass. HEX triplet: BB, A9 and 44. RGB value is (187,169,68). Sum of RGB (Red+Green+Blue) = 187+169+68=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA944 is #4456BB. Grayscale: #A3A3A3. Windows color (decimal): -4478652 or 4499899. OLE color: 4499899.

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

Color convert

RGB18716968-
CMYK00.100.640.27
HSL50.92º46.67%50%-
HSV(B)50.92º63.64%73.33%-
XYZ35.7239.3611.18-
YUV162.8774.46145.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 68 (26.95% from 255) = 16.04%
R=44.10%
G=39.86%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871696800.100.640.2750.9246.6750
HexBBA9440A401B332f32
Octal27325110401210033635762
Binary1011101110101001100010001010100000011011110011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA944; }

 p { color: rgb(187,169,68); }

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

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

 a { background-color: rgb(187,169,68); }

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

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

 span { border-color: rgb(187,169,68); }

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