#BBA73C

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

Shades of Brass #BBA73C

Tints of Brass #BBA73C

Color information

#BBA73C (or 0xBBA73C) is unknown color: approx Brass. HEX triplet: BB, A7 and 3C. RGB value is (187,167,60). Sum of RGB (Red+Green+Blue) = 187+167+60=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA73C is #4458C3. Grayscale: #A1A1A1. Windows color (decimal): -4479172 or 3975099. OLE color: 3975099.

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

Color convert

RGB18716760-
CMYK00.110.680.27
HSL50.55º51.42%48.43%-
HSV(B)50.55º67.91%73.33%-
XYZ35.1338.539.86-
YUV160.7871.13146.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 167 (65.62% from 255) = 40.34%
BLUE value IS 60 (23.83% from 255) = 14.49%
R=45.17%
G=40.34%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871676000.110.680.2750.5551.4248.43
HexBBA73C0B441B333330
Octal2732477401310433636360
Binary101110111010011111110001011100010011011110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA73C; }

 p { color: rgb(187,167,60); }

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

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

 a { background-color: rgb(187,167,60); }

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

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

 span { border-color: rgb(187,167,60); }

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