#BBA444

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

Shades of Brass #BBA444

Tints of Brass #BBA444

Color information

#BBA444 (or 0xBBA444) is unknown color: approx Brass. HEX triplet: BB, A4 and 44. RGB value is (187,164,68). Sum of RGB (Red+Green+Blue) = 187+164+68=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA444 is #445BBB. Grayscale: #A0A0A0. Windows color (decimal): -4479932 or 4498619. OLE color: 4498619.

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

Color convert

RGB18716468-
CMYK00.120.640.27
HSL48.4º46.67%50%-
HSV(B)48.4º63.64%73.33%-
XYZ34.8137.5310.88-
YUV159.9376.12147.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 68 (26.95% from 255) = 16.23%
R=44.63%
G=39.14%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871646800.120.640.2748.446.6750
HexBBA4440C401B302f32
Octal27324410401410033605762
Binary1011101110100100100010001100100000011011110000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA444; }

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

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

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

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

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

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

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

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