#BBA344

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

Shades of Brass #BBA344

Tints of Brass #BBA344

Color information

#BBA344 (or 0xBBA344) is unknown color: approx Brass. HEX triplet: BB, A3 and 44. RGB value is (187,163,68). Sum of RGB (Red+Green+Blue) = 187+163+68=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA344 is #445CBB. Grayscale: #9F9F9F. Windows color (decimal): -4480188 or 4498363. OLE color: 4498363.

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

Color convert

RGB18716368-
CMYK00.130.640.27
HSL47.9º46.67%50%-
HSV(B)47.9º63.64%73.33%-
XYZ34.6337.1810.82-
YUV159.3576.45147.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 163 (64.06% from 255) = 39.00%
BLUE value IS 68 (26.95% from 255) = 16.27%
R=44.74%
G=39.00%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871636800.130.640.2747.946.6750
HexBBA3440D401B302f32
Octal27324310401510033605762
Binary1011101110100011100010001101100000011011110000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA344; }

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

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

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

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

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

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

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

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