#BBA03A

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

Shades of Brass #BBA03A

Tints of Brass #BBA03A

Color information

#BBA03A (or 0xBBA03A) is unknown color: approx Brass. HEX triplet: BB, A0 and 3A. RGB value is (187,160,58). Sum of RGB (Red+Green+Blue) = 187+160+58=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA03A is #445FC5. Grayscale: #9C9C9C. Windows color (decimal): -4480966 or 3842235. OLE color: 3842235.

HSL color Cylindrical-coordinate representation of color #BBA03A: hue angle of 47.44º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBA03A is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18716058-
CMYK00.140.690.27
HSL47.44º52.65%48.04%-
HSV(B)47.44º68.98%73.33%-
XYZ33.8336.019.17-
YUV156.4472.45149.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 160 (62.89% from 255) = 39.51%
BLUE value IS 58 (23.05% from 255) = 14.32%
R=46.17%
G=39.51%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871605800.140.690.2747.4452.6548.04
HexBBA03A0E451B2f3530
Octal2732407201610533576560
Binary101110111010000011101001110100010111011101111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA03A; }

 p { color: rgb(187,160,58); }

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

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

 a { background-color: rgb(187,160,58); }

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

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

 span { border-color: rgb(187,160,58); }

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